I’ve been working with the Google Calendar API and I’m having trouble figuring out the best approach for retrieving specific events based on certain criteria. I want to be able to search for events using different filtering options instead of just getting all events from a calendar.
For instance, if I need to find a particular event using its unique identifier, what would be the most efficient method? Should I be looking into using extended properties like privateExtendedProperty or sharedExtendedProperty for this kind of filtering?
I’m also curious about other filtering possibilities - can I search by event title, date ranges, or other custom fields? What are the recommended practices for implementing these kinds of searches?
Any guidance on the proper way to structure these filtered requests would be really helpful. Thanks in advance for any suggestions!