Get event
GET {{baseUrl}}/:calendarKeyOrId/events/:event_id?tz=Europe/London
Get a single event with all details.
Note: Before you can get an event you need to create an event and obtain its event identifier. The event id is a path parameter. Add it to tab Params
.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
tz | string | The timezone in which event times are returned. If not specified, it defaults to the default timezone of the calendar. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string | ||
Teamup-Token | string |
RESPONSES
status: OK
{"event":{"id":"1665536139","series_id":null,"remote_id":null,"subcalendar_id":13142976,"subcalendar_ids":[13142976,13142977],"all_day":false,"rrule":"","title":"Project Meeting","who":"Project Team","location":"Conf. room 1","notes":"\u003ch2\u003eAgenda\u003c/h2\u003e\n\u003cul\u003e\n\u003cli\u003eProject status\u003c/li\u003e\n\u003cli\u003eNext steps\u003c/li\u003e\n\u003c/ul\u003e","version":"23a5ea31ee03","readonly":false,"tz":"Europe/London","attachments":[],"start_dt":"2024-04-10T12:00:00+01:00","end_dt":"2024-04-10T14:00:00+01:00","ristart_dt":null,"rsstart_dt":null,"creation_dt":"2024-04-07T20:17:53+01:00","update_dt":null,"delete_dt":null,"reminders":[],"history":{"created":{"by":"Administrator","datetime":"2024-04-07T20:17:53+01:00"},"updates":[]}}}