Calendar event query

A decision block that search for, or await calendar events.

If the proceed is set to Immediately, then check if there’s an ongoing event, or an event intersecting the time period between minimum timestamp and maximum timestamp without pausing the fiber. If proceed is set to When transition, then the fiber will pause until an upcoming event has begun and proceed through the YES path, or an ongoing event has ended and proceed through the NO path.

The start offset and end offset can be used to match events before (negative offset) or after (positive offset) the time they’re actually starting and/or ending.

Use the Calendar event get block to get the details of an event.

Input arguments

Output variables