Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type aliases

CalendarLinks

CalendarLinks: { __typename?: "CalendarLinks"; googleCalendar: Scalars["Url"]; icsDownload: Scalars["Url"]; microsoftOffice: Scalars["Url"]; microsoftOutlook: Scalars["Url"]; yahooCalendar: Scalars["Url"] }

Type declaration

  • Optional __typename?: "CalendarLinks"
  • googleCalendar: Scalars["Url"]

    A deep link to add the appointment directly to Google Calendar

  • icsDownload: Scalars["Url"]

    A downloadable ICS file to use for native calendar applications

  • microsoftOffice: Scalars["Url"]

    A deep link to add the appointment directly to Microsoft Office 365

  • microsoftOutlook: Scalars["Url"]

    A deep link to add the appointment directly to Microsoft Outlook Online

  • yahooCalendar: Scalars["Url"]

    A deep link to add the appointment directly to Yahoo Calendar

Generated using TypeDoc