Skip to content

Instantly share code, notes, and snippets.

@AndreClaassen1
Created February 11, 2016 06:53
Show Gist options
  • Save AndreClaassen1/34b21ae391efde0372d2 to your computer and use it in GitHub Desktop.
Save AndreClaassen1/34b21ae391efde0372d2 to your computer and use it in GitHub Desktop.
Create a Google Calendar Entry with hugging
{
"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