AM Logo
API AuthorizationAPI DocumentationForm DefinitionsFAQ
  1. Home
  2. API Documentation
  3. Outcomes
  4. Queries
  5. calendarEvents

calendarEvents: PagingResultOfCalendarEvent!

This query allows for the return of calendar events and all of the associated details based on search criteria. The returned list is limited based on the permissions of the customers API Token. The information returned for each calander event will be specific to the events in the filter, no additional information can be displayed with this query. **Returns:** Returns an array of calendar events and their information.

  1. filterBy

id: PropertyFilterOfGuid__Input

name: PropertyFilterOfStringInput

tenantId: PropertyFilterOfGuidInput

personId: PropertyFilterOfNullableOfGuidInput

recurenceKey: PropertyFilterOfNullableOfGuidInput

startDateTime: PropertyFilterOfDateTimeOffsetInput

endDateTime: PropertyFilterOfNullableOfDateTimeOffsetInput

notes: PropertyFilterOfStringInput

location: PropertyFilterOfStringInput

occurrenceNumber: PropertyFilterOfInt32Input

tag: PropertyFilterOfStringInput

attendees: PropertyFilterOfGuid__Input

caseId: PropertyFilterOfNullableOfGuidInput

eventType: PropertyFilterOfStringInput

isResolved: PropertyFilterOfNullableOfBooleanInput

resolutionCode: PropertyFilterOfStringInput

or: [CalendarEventFilterInput!]

and: [CalendarEventFilterInput!]