How can I query/search Google Calendar for all recurring entries with end dates?
What I need is a list of:
- Distinct scheduled meetings
- Which are recurring
- But ONLY those where recurrence ends (either after N events, or after specific date, doesn't matter)
In case I'm trying to XY-problem this, the background of why I want this is as follows:
- I have a LOT of recurring meetings/reminders in my Google calendar
- I have scheduled a couple of meetings by accident over several months, that had end dates without meaning to
- When such a meeting "runs out", I no longer have it on my calendar. BUT, due to how many total meetings I have, noticing that one or two of them stopped occurring, is nearly impossible.
So, what I'd like to do, would be to find ALL such meetings and fix/update them to NOT end.