Skip to main content
jyotim0995
November 3, 2022
Question

Integrate Google calendar

  • November 3, 2022
  • 4 replies
  • 0 views

Hi,

How can we integrate Google calendar events with Appian and also join google meet events from Appian.

Thanks in advance.

    4 replies

    stefanhelzle0001
    November 3, 2022

    Google has an extensive API available. Depending on your use case, which you did not mention, I would start with that.

    jyotim0995
    November 3, 2022

    I need to display all the events on my google calendar to be displayed in Appian

    sunilnaikb0002
    November 3, 2022

    You can follow the link below for API reference documentation to list all google calendar events of the given user.
    https://developers.google.com/calendar/api/v3/reference/events/list

    You can create a connected system in Appian to store base URL and authentication information and use the Integration Object to hit the API.

    In order to get connected with google APIs you need to create a project at https://console.cloud.google.com/welcome

    There you choose the authentication mode you and get the credentials to be used in the connected system in Appian.