IUpdateEvent
Properties
| Property | Type | Notes |
|---|---|---|
| Optional | EventAccess |
Access level of the event |
| Optional | boolean |
Flag for all day event |
| Optional | boolean |
Boolean to indicate if users can register for an event |
| Optional | ICreateEventAssociation[] |
Items associated with the event |
| Optional | EventAttendanceType[] |
Valid ways to attend the event |
| Optional | IUpdateEventCapabilities |
capabilities for an event |
| Optional | string[] |
categories for the event |
| Optional | string | null |
Description of the event. null to un-set |
| Optional | string[] |
Groups with edit access to the event |
| Optional | string |
end date string formatted YYYY-MM-DD |
| Optional | string |
end time string 24 hour formatted HH:MM:SS |
| Optional | number |
in-person capacity for the event. Minimum value is 1 |
| Optional | IUpdateEventLocation |
Location for the event |
| Optional | boolean |
Flag to notify attendees |
| Optional | IUpdateEventOnlineMeeting |
Online meeting for the event |
| Optional | string[] |
Groups with read access to the event |
| Optional | string |
start date string formatted YYYY-MM-DD |
| Optional | string |
start time string 24 hour formatted HH:MM:SS |
| Optional | EventStatus |
Status of the event |
| Optional | string | null |
Summary of the event. null to un-set |
| Optional | string[] |
Tags for the event |
| Optional | string | null |
Url for the thumbnail image. null to un-set |
| Optional | string |
IANA time zone for the event |
| Optional | string |
Title of the event |
Interface defined in packages/common/src/events/api/orval/api/orval-events.ts:69