Skip to main content

When I add an outlook “Find Calendar Event” I can’t seem to find the current event that is going on right now.  I have two issues.  Now does not work as a time and I have to put in a filter to match the subject of the event.  But I don’t know both.  I simply want it to return the current event right now. 

Hi @Mr. Unknown 

You may have to use more advanced logic in the Zap steps, such as…

Using the Outlook API to find all the events for the current date.

Then using custom Code logic to iterate thru those and find the Calendar Event Start Time that is most recent to a NOW timestamp.

 


Reply