Skip to content

Google Apps Script to sync Google Calendar events

License

Notifications You must be signed in to change notification settings

soetani/gas-sync-google-calendar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Google Apps Script to Sync Google Calendar

What's this?

This GAS allows you to sync events of Google Calendar.

e.g. You have [email protected] and [email protected]

[email protected]

[email protected]

How to use

IT IS REQUIRED TO EXECUTE THE SCRIPT ON BOTH ACCOUNTS TO SYNC EVENTS.

Set up a variable

To execute the GAS, please configure GUEST_IDS.

  • GUEST_IDS: Email address(es) that you want to invite as guests for your events.

Add Calendar Service

Click Services on the sidebar of the Google Apps Script Editor, and add Google Calendar API (Version v3).

Initialize Script

You may simply run the init method from the editor. It will sync your calendar and create a trigger that runs the script every 5 minutes.

About

Google Apps Script to sync Google Calendar events

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published