make each event be unique
-s, --start DATE defaults to today
-n, --items NUMBER the number of events from --start (default: 10)
-k, --keys LIST_OF_STRINGS comman-separated keys to test uniquity of events (default: Description,Summary,Start,End)
--id, --calendar-id (default: primary)
-c, --credentials FILE_NAME your client configuration file from Google Developer Console (default: ./credentials.json)
-t, --token FILE_NAME file path to read/write retrieved token (default: ./token.json)
--auth-port NUMBER (default: 7878)
--dry, --dry-run do not exec
uniqal --credential=./my_credentials.json --items=100 --start=2019-08-30
- go to https://console.cloud.google.com
- make a new project
- enable Google Calendar API from Library
- download credential json
- rename it as credentials.json and place it in current working dir
- created
- description
- end
- etag
- hangoutLink
- htmllink
- icaluid
- id
- location
- start
- summary
- updated
--keys=summary,start,end may match for your needs. And then, --dry is useful for testing.