Update an event
Updates the specific event by setting the values of the parameters passed. Any parameters not provided will be left unchanged.
Authorizations
Bearer HTTP authentication. Allowed headers-- Authorization: Bearer <api_key>
Path Parameters
The identifier of the event which will be updated.
Body
Whether the event is currently available.
The event's description, meant to be displayable to the customer. Use this field to optionally store a long form explanation of the event for your own rendering purposes.
The end date and time of the event, in ISO 8601 format.
The intended physical or virtual place where the event will take place.
The event's name, meant to be displayable to the customer.
The start date and time of the event, in ISO 8601 format.
The ID of the calendar this event is associated with.
A URL of a publicly-accessible webpage for this event.
Response
Events describe the specific events available to your customers. Events are programmed within Calendars
.
Whether the event is currently available for use.
Time at which the object was created, in ISO 8601 format.
The event's description, meant to be displayable to the customer. Use this field to optionally store a long form explanation of the event for your own rendering purposes.
The end date and time of the event, in ISO 8601 format.
Unique identifier for the object.
The intended physical or virtual place where the event will take place.
The event's name, meant to be displayable to the customer.
String representing the object's type. Objects of the same type share the same value.
event
The ID of the calendar this event is associated with.
The start date and time of the event, in ISO 8601 format.
Time at which the object was last updated, in ISO 8601 format.
A URL of a publicly-accessible webpage for this event.