Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi!
Is it possible to add a where condition when extracting EventsForCalendar with the O365 Connector?
i would like to extract only events > year 2023.
Something like this will result in an Error (could not parse SELECT Statement):
SELECT subjectFROM EventsForCalendarwhere subject = '26000'WITH PROPERTIES (calendarID='xxxxxxxx=',maxResults='',);
Thanks!