How can we help you?

The CalendarEvent object

Product: FeraCalendar Topic: API Versions: Applies to all documented versions Current

Audience: Application developers
Editorial status: Published — Source Validated
Product: FeraCalendar
Classification: administrative

Attributes

Field Type Required Description
uuid string (uuid) No Stable event UUID.
calendarUuid string (uuid) No Owning calendar UUID.
name string No Event title.
description string No Event details.
startsAt string (date-time) No Inclusive event start instant.
endsAt string (date-time) No Exclusive event end instant.
recurrence string | object | null No Stored recurrence rule/metadata interpreted by calendar consumers.
attendees array of object No Person invitations and responses.
resources array of object No Resource reservations.

Example

{
    "attendees": [],
    "resources": []
}

Source

supplied openapi/openapi.json#/components/schemas/CalendarEvent