This Python script helps you copy and rename events from one Google Calendar to another. It's handy for renaming calendar events, especially for schedules or class blocks.
-
Set up Google Calendar API credentials:
- Create a Google Developer Console project.
- Save OAuth credentials in
credentials.json
(place it in the script's directory).
-
Edit the
schedule
dictionary in themain
function with your event name changes. -
Run the script:
python calendar_pull_push.py