Skip to content

Commit 167aeb7

Browse files
authored
Update calendar event (#543)
* Update calendar event * Ci fixes
1 parent 7131cb2 commit 167aeb7

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

openapi/components/schemas/CalendarEvent.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,29 @@ properties:
4545
description: Languages that might be spoken at this event
4646
items:
4747
$ref: ./LanguageCode.yaml
48+
occurrenceKind:
49+
type: string
50+
description: So far if it exists, always the string "single"
4851
ownerId:
4952
$ref: ./GroupID.yaml
5053
platforms:
5154
type: array
5255
items:
5356
$ref: ./CalendarEventPlatform.yaml
57+
recurrence:
58+
type: string
59+
description: So far unused, always "null"
60+
nullable: true
5461
roleIds:
5562
type: array
5663
description: Group roles that may join this event
5764
nullable: true
5865
items:
5966
$ref: ./GroupRoleID.yaml
67+
seriesId:
68+
type: string
69+
description: So far unused, always "null"
70+
nullable: true
6071
startsAt:
6172
type: string
6273
format: date-time

0 commit comments

Comments
 (0)