Use the Google Calendar API to create future UFC events' entries.
Prerequisites:
- Follow the steps oulined here.
- Create and place your
credentials.json
file in the same directory as the script. - Create a new Google Calendar and update the script's
CAL_ID = "<your_calendar_id_here>"
with your calendar ID before running.