Skip to content

Commit 4dd1ac8

Browse files
authored
Merge pull request #70 from nibdo/fix/empty_calendar_displayname
Fix namespace for displayname in fetchCalendars
2 parents 6fcbc61 + faf4045 commit 4dd1ac8

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
@@ -116,7 +116,7 @@ export const fetchCalendars = async (params?: {
116116
props: customProps ?? {
117117
[`${DAVNamespaceShort.CALDAV}:calendar-description`]: {},
118118
[`${DAVNamespaceShort.CALDAV}:calendar-timezone`]: {},
119-
[`${DAVNamespaceShort.CALDAV}:displayname`]: {},
119+
[`${DAVNamespaceShort.DAV}:displayname`]: {},
120120
[`${DAVNamespaceShort.CALDAV_APPLE}:calendar-color`]: {},
121121
[`${DAVNamespaceShort.CALDAV_APPLE}:getctag`]: {},
122122
[`${DAVNamespaceShort.DAV}:resourcetype`]: {},

0 commit comments

Comments
 (0)