OBJECT
ExternalCalendar
An object containing info about the provider's exrernal calendar
link GraphQL Schema definition
- type ExternalCalendar {
- # Send appointments to the external calendar
- Boolean :
- # A list of potential calendars
- String] : [
- # Email of external calendar
- String :
- # The type of external calerndar
- String :
- # Calendar has ran first sync
- Boolean :
- # Calendar has refresh token
- Boolean :
- # The unique identifier of the calendar
- ID! :
- # Pull in appointments from the external calendar
- Boolean :
- # Calendar has pulled in location and note info otherwise it will contain 'Busy'
- Boolean :
- # Selected calendars to pull in appointments from
- String] : [
- }