From 8c230bbf708e2bc81b4ac73f5e57168c01650a9e Mon Sep 17 00:00:00 2001 From: jellejurre Date: Fri, 2 Jan 2026 10:35:43 +0100 Subject: [PATCH 1/2] Update calendar event --- openapi/components/schemas/CalendarEvent.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/openapi/components/schemas/CalendarEvent.yaml b/openapi/components/schemas/CalendarEvent.yaml index 5b8b9708..a9980356 100644 --- a/openapi/components/schemas/CalendarEvent.yaml +++ b/openapi/components/schemas/CalendarEvent.yaml @@ -45,12 +45,19 @@ properties: description: Languages that might be spoken at this event items: $ref: ./LanguageCode.yaml + occurrenceKind: + type: string + description: So far if it exists, always the string "single" ownerId: $ref: ./GroupID.yaml platforms: type: array items: $ref: ./CalendarEventPlatform.yaml + recurrence: + type: string + description: So far unused, always "null" + nullable: true roleIds: type: array description: Group roles that may join this event @@ -60,6 +67,10 @@ properties: startsAt: type: string format: date-time + seriesId: + type: string + description: So far unused, always "null" + nullable: true tags: type: array description: Custom tags for this event From c565e99d68548a815e0a0f1f749ab77fe0c0ae9b Mon Sep 17 00:00:00 2001 From: jellejurre Date: Fri, 2 Jan 2026 10:37:22 +0100 Subject: [PATCH 2/2] Ci fixes --- openapi/components/schemas/CalendarEvent.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/openapi/components/schemas/CalendarEvent.yaml b/openapi/components/schemas/CalendarEvent.yaml index a9980356..88b32530 100644 --- a/openapi/components/schemas/CalendarEvent.yaml +++ b/openapi/components/schemas/CalendarEvent.yaml @@ -64,13 +64,13 @@ properties: nullable: true items: $ref: ./GroupRoleID.yaml - startsAt: - type: string - format: date-time seriesId: type: string description: So far unused, always "null" nullable: true + startsAt: + type: string + format: date-time tags: type: array description: Custom tags for this event