Skip to content

Adds solstice and equinox events to Google Calendar

Notifications You must be signed in to change notification settings

nullromo/holiday-adder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Holiday Adder

This can be used to add global holidays to Google Calendar.

guests.csv

One e-mail per line. No delimiters. These guests are added to each event.

credentials.json

This is from the Google Cloud Console. Example with details removed:

{
  "web": {
    "client_id": "",
    "project_id": "",
    "auth_uri": "",
    "token_uri": "",
    "auth_provider_x509_cert_url": "",
    "client_secret": ""
  }
}

About

Adds solstice and equinox events to Google Calendar

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages