Skip to content

Commit 9380447

Browse files
committed
Fix namespace for getctag
1 parent 1bd1567 commit 9380447

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)