Skip to content

Commit

Permalink
Caldav: Remove VTODO only calendar (#1531)
Browse files Browse the repository at this point in the history
  • Loading branch information
bertrandda committed May 30, 2022
1 parent ee5b284 commit c8e4a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/services/caldav/lib/calendar/calendar.requests.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ function getElementsByTagRegex(container, regex) {
* requestCalendars(xhr, homeUrl)
*/
async function requestCalendars(xhr, homeUrl) {
const ICAL_OBJS = new Set(['VEVENT', 'VTODO', 'VJOURNAL', 'VFREEBUSY', 'VTIMEZONE', 'VALARM']);
const ICAL_OBJS = new Set(['VEVENT', 'VFREEBUSY', 'VALARM']);

const req = this.dav.request.propfind({
props: [
Expand Down

0 comments on commit c8e4a59

Please sign in to comment.