Readonly httpOptional requestOptional calendarControl the deletion of the series from the calendarEventId forward. If not defined, it will delete all events
void
Update a calendar event series
ApiError
Optional autofillWhen rsvpLimit is set, users from the waitlist will be added as space becomes available in the event
Optional calendarControl the updating of the series from the calendarEventId forward. If not defined, it will edit all events
Optional color?: numberThe integer value corresponds to the decimal RGB representation for the color. The color of the event when viewing in the calendar
Optional description?: stringThe description of the event
Optional duration?: numberThe duration of the event in minutes
Optional isDoes the event last all day? If passed with duration, duration will only be applied if it is an interval of minutes represented in days (e.g., duration: 2880)
Optional isOptional location?: stringThe location of the event
Optional name?: stringThe name of the event
Optional repeatOptional endThe ISO 8601 timestamp that the event ends at. Used to control the end date of the event repeat (only used when type is custom; if used with endsAfterOccurrences, the earliest resultant date of the two will be used)
Optional endsUsed to control the end date of the event repeat (only used when type is custom; if used with endDate, the earliest resultant date of the two will be used)
Optional every?: { Apply further clarification to your events. This must have type set to custom
How often between your interval the event should repeat. For example, 1 would be every interval, 2 would be every second occurrence of the interval
Coupled with count, this indicates the time range you are repeating your event over
Optional on?: ("sunday" | "monday" | "tuesday" | "wednesday" | "thursday" | "friday" | "saturday")[]Used to control the day of the week that the event should repeat on (only used when type is custom and when every.interval is week)
How often you want your event to repeat (important note: this will repeat for the next 365 days unless custom is defined)
Optional roleThe role IDs to restrict the event to. Passing an empty array will clear the role IDs on the event
Optional rsvpWhen disabled, users will not be able to RSVP to the event
Optional rsvpThe number of RSVPs to allow before waitlisting RSVPs
Optional startsThe ISO 8601 timestamp that the event starts at
Optional url?: stringA URL to associate with the event
void
Generated using TypeDoc
Delete a calendar event series
Throws
ApiError