Created
February 11, 2016 06:53
-
-
Save AndreClaassen1/34b21ae391efde0372d2 to your computer and use it in GitHub Desktop.
Create a Google Calendar Entry with hugging
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"expected_update_period_in_days": "10", | |
"calendar_id": "{% credential google_email %}", | |
"google": { | |
"key_file": "{% credential google_api_keyfile %}", | |
"key_secret": "notasecret", | |
"service_account_email": "{% credential google_api_service_account %}" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment