Skip to content

Commit

Permalink
fix: add child to schedule-calendar-transp property
Browse files Browse the repository at this point in the history
Signed-off-by: Anna Larch <anna@nextcloud.com>
  • Loading branch information
miaulalala committed Jul 17, 2024
1 parent 73e08f2 commit 3052c19
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/propset/calendarPropSet.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ export default function calendarPropSet(props) {
case '{urn:ietf:params:xml:ns:caldav}schedule-calendar-transp':
xmlified.push({
name: [NS.IETF_CALDAV, 'schedule-calendar-transp'],
value,
children: [{
value,
}],
})
break
default:
Expand Down

0 comments on commit 3052c19

Please sign in to comment.