Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 974 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 974 Bytes

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).