We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7131cb2 commit 167aeb7Copy full SHA for 167aeb7
1 file changed
openapi/components/schemas/CalendarEvent.yaml
@@ -45,18 +45,29 @@ properties:
45
description: Languages that might be spoken at this event
46
items:
47
$ref: ./LanguageCode.yaml
48
+ occurrenceKind:
49
+ type: string
50
+ description: So far if it exists, always the string "single"
51
ownerId:
52
$ref: ./GroupID.yaml
53
platforms:
54
type: array
55
56
$ref: ./CalendarEventPlatform.yaml
57
+ recurrence:
58
59
+ description: So far unused, always "null"
60
+ nullable: true
61
roleIds:
62
63
description: Group roles that may join this event
64
nullable: true
65
66
$ref: ./GroupRoleID.yaml
67
+ seriesId:
68
69
70
71
startsAt:
72
type: string
73
format: date-time
0 commit comments