/google-calendar-events-deletion

Helps you to delete all your Google Calendar passed events

Primary LanguagePythonMIT LicenseMIT

Google Calendar events deletion

This script helps you to delete your Google Calendar passed events.

Getting Started

Set up Google Calendar API credentials

Installation

python -m pip install -r requirements.txt

Usage

For the first time run the script without any parameters in order authenticate yourself.

python events_deletion.py

Parameters:

  • --confirm-delete: Confirm the deletion of events. If omitted, the script does not delete any events.
  • --delete-all: Delete all your events. If omitted, the script delete only passed events.

License

See the LICENSE file for license rights and limitations (MIT).