https://developers.google.com/calendar/api/quickstart/python#prerequisites
virtualenv venv
source venv/bin/activate
pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib
git clone https://gist.github.com/johananl/00fd55495062048661a12b399074aefc gist
cd gist
python list-events.py 'Stupid meeting'
Output:
Stupid meeting qjc9gk50jv2sp8hd2tvt9c6i6g_R20211112T150000
python delete-event.py 'qjc9gk50jv2sp8hd2tvt9c6i6g_R20211112T150000'