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.
tenantId: PropertyFilterOfGuidInput
personId: PropertyFilterOfNullableOfGuidInput
recurenceKey: PropertyFilterOfNullableOfGuidInput
startDateTime: PropertyFilterOfDateTimeOffsetInput
endDateTime: PropertyFilterOfNullableOfDateTimeOffsetInput
notes: PropertyFilterOfStringInput
location: PropertyFilterOfStringInput
occurrenceNumber: PropertyFilterOfInt32Input
attendees: PropertyFilterOfGuid__Input
eventType: PropertyFilterOfStringInput
isResolved: PropertyFilterOfNullableOfBooleanInput
resolutionCode: PropertyFilterOfStringInput
