ICreateEvent
Properties
Property | Type | Notes |
---|---|---|
string |
end date string formatted YYYY-MM-DD |
|
string |
end time string 24 hour formatted HH:MM:SS |
|
string |
start date string formatted YYYY-MM-DD |
|
string |
start time string 24 hour formatted HH:MM:SS |
|
string |
IANA time zone for the event |
|
string |
Title of the event |
|
Optional | EventAccess |
Access level of the event |
Optional | string |
ArcGIS Online id for a user. Will always be extracted from the token unless service token is used. |
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 | ICreateEventCapabilities |
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 |
Email for the subscriber. Will always be extracted from the token unless service token is used. |
Optional | string |
First name for the subscriber. Will always be extracted from the token unless service token is used. |
Optional | number |
in-person capacity for the event. Minimum value is 1 |
Optional | string |
Last name for the subscriber. Will always be extracted from the token unless service token is used. |
Optional | ICreateEventLocationProperty |
Location for the event |
Optional | boolean |
Flag to notify attendees |
Optional | ICreateOnlineMeeting |
Online meeting for the event. Required if attendanceType includes VIRTUAL |
Optional | string[] |
Groups with read access to the event |
Optional | string |
Summary of the event |
Optional | string[] |
Tags for the event |
Optional | string |
Username for the subscriber. Will always be extracted from the token unless service token is used. |
Interface defined in common/src/events/api/orval/api/orval-events.ts:456