I'm using the Office365 Outlook connector. For this example, my gallery syntax looks like this:
myGallery.Items =
Filter(Office365.CalendarGetItems("Calendar").value,
Start > Date(2018, 11, 11),
Start < Date(2018, 11, 17)
)
For the most part, the connector successfully pulls my calendar events. One strange hiccup I'm seeing is with meetings that are created as part of a series. For example, people might schedule an event that occurs at the beginning and middle of the month and instead of manually creating 24 events by hand, they just create an event and tell it to reoccur (Meeting Series).
In the screenshot below, for example-sake, I created a meeting on Monday the 12th. I created 1x meeting but told it to reoccur 5x days back-to-back as part of a series. The net result is an event that occurs from the 12th to the 16th.
But my gallery only pulls the initial meeting and not the following occurences (see screenshot below).
I imagine it has to do with Outlook object-structure. Does anyone know how to access the occurrences?

Report
All responses (
Answers (