Skip to content

This is an example to demonstrate the functionality of Google Calendar APIs with Ballerina

Notifications You must be signed in to change notification settings

Nuvindu/google-calendar-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google Calendar Integration with Ballerina

  1. Follow the instructions in this guide to obtain the necessary credentials.

  2. Add the obtained credentials into the Config.toml file in your Ballerina project.

    clientId = "client-id"
    clientSecret = "client-secret"
    refreshToken = "refresh-token"
    email = "email-address-of-the-user"
    
    gmailClientId = "client-id-of-the-invitee"
    gmailClientSecret = "client-secret-of-the-invitee"
    gmailRefreshToken = "refresh-token-of-the-invitee"
    attendees = [] # Add the email addresses of the attendees here
  3. If you are new to Ballerina, download and install the latest version from here.

  4. Run the ballerina application

    bal run

About

This is an example to demonstrate the functionality of Google Calendar APIs with Ballerina

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published