Developer
Get Support
Sign in
Get Support
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Sign in
DOCUMENTATION
Cloud
Data Center
Resources
Sign in
Object types
Relationship types
Last updated Jan 8, 2026

External calendar event

The Teamwork Graph API is available through Forge's Early Access Program (EAP).

EAPs are offered to selected users for testing and feedback purposes. These features are unsupported and are subject to change without notice.

You must only install apps that call the Teamwork Graph API in test organizations. Apps calling the Teamwork Graph API require the read:graph:jiraor read:graph:confluence scope, which provides access to Teamwork Graph data across your entire organization. While apps still respect end-user permissions, this scope may grant access to sensitive information. For safety, only install these apps in organizations with test data. Do not install apps using this API in organizations with production data while this feature is in EAP.

Additionally, this EAP has significant limitations. To review the full list of limitations, see Limitations and considerations.

You must be part of this EAP in order to use the Teamwork Graph API. Express interest in joining through this form.

Represents a calendar event from an external scheduling or calendar system. Calendar events include meetings, appointments, or scheduled activities integrated from third-party calendar platforms.

Available fields and properties

The Teamwork Graph API has the following fields and properties that you can use in your queries:

  • Object type fields are the core data fields of the object. Use these when you want to retrieve specific information about the object in your queries.
  • Cypher query properties are metadata properties used for filtering and traversing relationships between different object types in Teamwork Graph. Use Cypher query properties when you need to filter or navigate relationships between this object and other objects in your queries.

Object type fields

You can access these fields in the GraphiQL playground using the book icon in the top left, and then searching for External calendar event.

FieldTypeDescription
allDayEventBooleanIndicates whether this is an all-day event (true) or has specific start and end times (false).
attachments[ExternalCalendarEventAttachment]List of attachments for ExternalCalendarEvent
attendeeCountIntNumber of attendees invited to or participating in the calendar event.
attendees[ExternalAttendee]List of attendees for ExternalCalendarEvent
completedAtDateTimeTimestamp when the calendar event ends.
createdAtDateTimeTimestamp when the calendar event was created.
creatorUserUser who created this calendar event.
descriptionStringDetailed description or agenda of the calendar event.
displayNameStringDisplay name or title of the calendar event as shown in the source system.
eventTypeExternalEventTypeType or category of the calendar event.
exceedsMaxAttendeesBooleanBoolean that represents whether exceeds Max Attendees or not
idID!Unique identifier for the calendar event. This ID is globally unique across the entire Teamwork Graph.
lastEditorUserUser who last updated this calendar event.
lastUpdatedAtDateTimeTimestamp of the most recent update to the calendar event.
locationAddressStringAddress of the location
locationCoordinatesStringCoordinates of the location
locationNameStringName of the location
locationUrlURLURL of the location
providerExternalProviderIdentifier of the external provider or integration that supplies this calendar event.
recordingUrlURLURL to access a recording of the event, if available.
recurringEventBooleanIndicates whether this event repeats on a schedule (true) or is a one-time occurrence (false).
startedAtDateTimeTimestamp when the calendar event starts.
urlURLDirect URL to view or manage the calendar event in its source system.
videoMeetingProviderStringName of the video conferencing provider used for the event (e.g., "Zoom", "Microsoft Teams", "Google Meet").
videoMeetingUrlURLURL to join the video meeting associated with this calendar event.

Fields for ExternalCalendarEventAttachment

FieldTypeDescription
byteSizeLongSize of the attachment in bytes.
mimeTypeStringMIME type of the attachment indicating its format.
thumbnailUrlURLURL to a thumbnail image of the attachment, if available.
titleStringTitle or name of the attachment.
urlURLDirect URL to access or download the attachment.

Fields for ExternalAttendee

FieldTypeDescription
isOptionalBooleanIndicates whether the attendee's participation is optional.
rsvpStatusExternalAttendeeRsvpStatusRSVP response status of the attendee.
userUserUser object representing the attendee.

Values for ExternalAttendeeRsvpStatus

ValueDescription
ACCEPTEDThe attendee accepted
DECLINEDThe attendee declined
NOT_RESPONDEDThe attendee has not responded
OTHEROther response status
TENTATIVELY_ACCEPTEDThe attendee tentatively accepted

Fields for ExternalProvider

FieldTypeDescription
idID!Unique identifier for the external provider.
logoUrlURLURL to the provider's logo image for UI display.
nameStringDisplay name of the provider (e.g., "Google Drive", "Dropbox", "GitHub").

Values for ExternalEventType

ValueDescription
APPOINTMENTThe event is an appointment
BIRTHDAYThe event is a birthday
DEFAULTThe event is a default event
EVENTThe event is an event
FOCUS_TIMEThe event is focus time
OUT_OF_OFFICEThe event is out of office
REMINDERThe event is a reminder
TASKThe event is a task
WORKING_LOCATIONThe event is a working location

Available relationships

The following relationships are currently supported for External calendar event:

Relationships where External calendar event is the source object.

Relationship nameFrom object typeTo object type
External calendar has linked external documentExternal calendar eventExternal document

Rate this page: