Skip to main content
Question

Add a step in zapier to find the current event in an outlook calendar

  • October 14, 2024
  • 1 reply
  • 98 views

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. 

This post has been closed for comments. Please create a new post if you need help or have a question about this topic.

1 reply

Troy Tessalone
Zapier Orchestrator & Solution Partner
Forum|alt.badge.img+14
  • Zapier Orchestrator & Solution Partner
  • October 14, 2024

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.