I am trying to query Google's Calendar API to get a list with Events that matches the List with EventIds.
So i have a list of EventIds and i want to get the corresponding events from Google Calendar.
I found the parameter 'q' with the following description:
"Free text search terms to find events that match these terms in any field, except for extended properties. Optional."
It's from this page: https://developers.google.com/google-apps/calendar/v3/reference/events/list
My problem is that i have no idea what to pass into 'q' (no documentation on that page or any reference to where that can be found) and if this parameter can help me get the list back with the specific ids?