Hello,
I am trying to get expandedRecurrence Items from a SharePoint online Calendar list. How can I structure the Query to use query options? The options I am trying to use are
ExpandRecurrence = true
CalendarDate = DateTime.Now
My current Query string looks like
ExpandRecurrence = true,CalendarDate = DateTime.Now
Any help / insight you could provide would be apreciated.