GET/projects/api/v3/calendars/{calendarId}/events/{eventId}.json
Get a specific calendar event.
Returns a single event.
Path Params
- Name
eventId- Type
- integer
- required
- Description
- Name
calendarId- Type
- integer
- required
- Description
Query Params
- Name
maxAttendees- Type
- integer
- Description
the maximum number of attendees to include in the response. If there are more than the specified number of attendees, only the participant is returned.
- Name
includeTimelogs- Type
- boolean
- Description
include timelogs that are attached to events
- Name
include- Type
- array[string]
- Description
include
- Format
- Comma separated values
- Allowed values
userstimeblocks.timelogs
- Name
fields[users]- Type
- array[string]
- Description
- Format
- Comma separated values
- Allowed values
idfirstNamelastNametitleemailcompanyIdcompanyisAdminisClientUserisServiceAccounttypedeletedavatarUrllengthOfDayworkingHoursIdworkingHouruserRateuserCostcanAddProjects
- Name
fields[tasks]- Type
- array[string]
- Description
- Format
- Comma separated values
- Allowed values
idnamedateUpdatedparentTaskIdisPrivatestatustasklistIdstartDatedueDate
- Name
fields[tasklists]- Type
- array[string]
- Description
- Format
- Comma separated values
- Allowed values
idnameprojectIdmilestoneId
- Name
fields[projects]- Type
- array[string]
- Description
- Format
- Comma separated values
- Allowed values
idname
- Name
fields[companies]- Type
- array[string]
- Description
- Format
- Comma separated values
- Allowed values
idnamelogoUploadedToServerlogoImage
- Name
fields[calendarsEvents]- Type
- array[string]
- Description
- Format
- Comma separated values
- Allowed values
idiCalUIDstatushtmlLinkcreatedAtupdatedAtsummarydescriptioncolorcreatedByorganizerstartendallDayattendeeslocationtransparencyvisibilityrecurrenceremindersvideoCallLink
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 OK
Response contains information about a specific event.
- Code
- 400
- Type
- object
- Schema
- Description
- 400 Bad Request
ErrorResponse defines how []Error should be marshaled to JSON.
- Code
- 404
- Description
- 404 Not Found No Data
200 OK
Response
{ "event": { "allDay": true, "attendees": [ { "canEdit": true, "isSelf": true, "reminders": [ { "method": "string", "minute": 0 } ], "status": "string", "user": { "email": "string", "fullName": "string", "user": {