CALENDAR_DAILY_AGENDA
Trigger: fires daily at a set time with the day’s agenda.
What it does
Trigger: fires daily at a set time with the day’s agenda.
Inputs & outputs
| Input handle |
|---|
| None |
| Output handle |
|---|
| events |
| date |
| grantId |
Configuration
No configuration.
Example
How it works
EzFlow's per-minute scheduler fires CALENDAR_DAILY_AGENDA once per day at the time you specify. Configure the node with a grantId (the connected calendar) and timeOfDay (a HH:mm string in UTC). At that moment, EzFlow fetches all events for the full day from the connected calendar and exposes them as an events array, plus the date (YYYY-MM-DD) and grantId on the output ports.
Example
Set timeOfDay to 07:00 (7 AM UTC) and connect a calendar used by a field sales team. Each morning, the Workflow fires, reads the events array, and uses an OBJECT_ARRAY_LOOP node to iterate over the day's meetings. For each event, a SEND_MAIL node sends the assigned rep a pre-meeting briefing with the client name and agenda.