Simple implementation to retrieve Panamanian holidays from Google Calendar API
Refer to this website for the necessary python configurations for Google Calendar API
https://developers.google.com/docs/api/quickstart/python
Once all necessary configurations are done, credentials must be stored as:
- credentials.json
Connects to Google Calendar API and retrieve panamanian holiday dates for the current year and saves it to holidays.json. This module contains an adapted version of quick start.py, found on Google API Documentation Python Quickstart (https://developers.google.com/docs/api/quickstart/python)
Extracts dates from holidays.json and saves them as dates.txt
MIT License