Calendar Events
Create Event
Creates a new calendar event.
post/team-messaging/v1/events
Request body
idstring
Internal identifier of an event
creatorIdstring
Internal identifier of a person created an event
titlestring required
Event title
startTimestring date-time required
Datetime of starting an event
endTimestring date-time required
Datetime of ending an event
allDayboolean
Indicates whether event has some specific time slot or lasts for whole day(s)
color'Black' | 'Red' | 'Orange' | 'Yellow' | 'Green' | 'Blue' | 'Purple' | 'Magenta'
Color of Event title (including its presentation in Calendar)
locationstring
Event location
descriptionstring
Event details
Response
Success
idstring
Internal identifier of an event
creatorIdstring
Internal identifier of a person created an event
titlestring
Event title
startTimestring date-time
Datetime of starting an event
endTimestring date-time
Datetime of ending an event
allDayboolean
Indicates whether an event has some specific time slot or lasts for the whole day(s)
color'Black' | 'Red' | 'Orange' | 'Yellow' | 'Green' | 'Blue' | 'Purple' | 'Magenta'
Color of Event title (including its presentation in Calendar)
locationstring
Event location
descriptionstring
Event details