We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bd1567 commit 9380447Copy full SHA for 9380447
src/calendar.ts
@@ -118,7 +118,7 @@ export const fetchCalendars = async (params?: {
118
[`${DAVNamespaceShort.CALDAV}:calendar-timezone`]: {},
119
[`${DAVNamespaceShort.DAV}:displayname`]: {},
120
[`${DAVNamespaceShort.CALDAV_APPLE}:calendar-color`]: {},
121
- [`${DAVNamespaceShort.CALDAV_APPLE}:getctag`]: {},
+ [`${DAVNamespaceShort.CALENDAR_SERVER}:getctag`]: {},
122
[`${DAVNamespaceShort.DAV}:resourcetype`]: {},
123
[`${DAVNamespaceShort.CALDAV}:supported-calendar-component-set`]: {},
124
[`${DAVNamespaceShort.DAV}:sync-token`]: {},
0 commit comments