Skip to content

Commit

Permalink
fixup! feat: expose scheduling transparency property
Browse files Browse the repository at this point in the history
  • Loading branch information
miaulalala committed Jul 16, 2024
1 parent fb306b9 commit c0df568
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/models/calendar.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export class Calendar extends davCollectionPublishable(davCollectionShareable(Da
super._exposeProperty('order', NS.APPLE, 'calendar-order', true)
super._exposeProperty('timezone', NS.IETF_CALDAV, 'calendar-timezone', true)
super._exposeProperty('components', NS.IETF_CALDAV, 'supported-calendar-component-set')
super._exposeProperty('transparency', NS.IETF_CALDAV, 'schedule-calendar-transp', true)
}

/**
Expand Down

0 comments on commit c0df568

Please sign in to comment.