Skip to content

Commit c370e30

Browse files
authored
Merge pull request #73 from nibdo/fix/ctag_namespace
Fix namespace for getctag
2 parents 1bd1567 + 9380447 commit c370e30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/calendar.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ export const fetchCalendars = async (params?: {
118118
[`${DAVNamespaceShort.CALDAV}:calendar-timezone`]: {},
119119
[`${DAVNamespaceShort.DAV}:displayname`]: {},
120120
[`${DAVNamespaceShort.CALDAV_APPLE}:calendar-color`]: {},
121-
[`${DAVNamespaceShort.CALDAV_APPLE}:getctag`]: {},
121+
[`${DAVNamespaceShort.CALENDAR_SERVER}:getctag`]: {},
122122
[`${DAVNamespaceShort.DAV}:resourcetype`]: {},
123123
[`${DAVNamespaceShort.CALDAV}:supported-calendar-component-set`]: {},
124124
[`${DAVNamespaceShort.DAV}:sync-token`]: {},

0 commit comments

Comments
 (0)