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 |
Description of the event |
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 |
Summary of the event |
Optional | string[] |
Tags for the event |
Optional | string |
IANA time zone for the event |
Optional | string |
Title of the event |
Interface defined in common/src/events/api/orval/api/orval-events.ts:117