Some useful information:
1.) I am the creator of this weekly recurring event
2.) All other instances of the event are being returned except for the one on November 2nd
3.) The event in Question is "IOS Meeting"
4.) I can fetch the specific event from Google API if I request it specifically by it's ID, but if I request my entire calendar it does not show up
I am using the Google Calendar API via their console over here and in the response it doesn't return this event. If I change the date range to include November 9th ( which is a different IOS Meeting within the same recurring series ) then it returns that event just fine, but the event on November 2nd is not being returned.
I see the google event in my google calendar as evidenced by this screenshot
Here is what the event looks like when I fetch it from google calendar API specifically by ID. You can see that the creator is MY email
Google_Service_Calendar_Event {#18698
+anyoneCanAddSelf: null,
+attendeesOmitted: null,
+colorId: null,
+created: "2020-07-26T05:11:48.000Z",
+description: """
\n
Let's chat about this event \n
""",
+endTimeUnspecified: null,
+etag: ""3208875059494000"",
+guestsCanInviteOthers: null,
+guestsCanModify: null,
+guestsCanSeeOtherGuests: null,
+hangoutLink: "https://meet.google.com/agu-ndeu-wfw",
+htmlLink: "https://www.google.com/calendar/event?eid=MGhvZjliNGM4ZDNtaDdxaDM3bWdoNms0MnNfMjAyMDExMDJUMjAwMDAwWiB2N3M0YmExdG5yM2x1ZmwwYjdnZjNlZzQwc0Bn",
+iCalUID: "[email protected]",
+id: "xxxxxxxxxxxxxx_20201102T200000Z",
+kind: "calendar#event",
+location: null,
+locked: null,
+privateCopy: null,
+recurrence: null,
+recurringEventId: "xxxxxxxxxxxxxx",
+sequence: 0,
+status: "confirmed",
+summary: "iOS Meeting",
+transparency: null,
+updated: "2020-11-03T21:05:29.747Z",
+visibility: null,
+"creator": Google_Service_Calendar_EventCreator {#6218
+displayName: null,
+email: "<my email is here>", <<<<<<<-----------
+id: null,
+self: null,
},
+"organizer": Google_Service_Calendar_EventOrganizer {#19293
+displayName: "My Calendar",
+email: "[email protected]",
+id: null,
+self: true,
},
+"start": Google_Service_Calendar_EventDateTime {#18649
+date: null,
+dateTime: "2020-11-02T20:00:00Z",
+timeZone: "America/Los_Angeles",
},
+"end": Google_Service_Calendar_EventDateTime {#16575
+date: null,
+dateTime: "2020-11-02T21:00:00Z",
+timeZone: "America/Los_Angeles",
},
+"originalStartTime": Google_Service_Calendar_EventDateTime {#17050
+date: null,
+dateTime: "2020-11-02T20:00:00Z",
+timeZone: "America/Los_Angeles",
},
Could this be a google calendar API bug? Any insight would be very helpful