Google Calendar daily agenda digest
Scheduled morning agenda for one Google Calendar. It reads calendar metadata, today's event window, and free/busy blocks through recued-core.google-calendar, renders a compact agenda, and can send an in-app nudge when events are present. Read-only: event creation, edits, and cancellation stay behind the pack's approval-gated write operations.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (15 steps)
today_window
date_period
Apply date_period
calendar
?
events_raw
?
freebusy
?
events
default
Apply default
event_count
count
Count items in events
has_events
compare
Check if event count is greater than 0
notify_enabled
compare
Check if setting notify when events equals true
should_notify
all
Check if all conditions are true
notify
?
skip: step.should_notify not_equal true
rows
slice
Take a subset of
titles
pluck
Extract summary from each item
titles_text
join
Join items with "
"
agenda_table
to_table
Format results as a data table
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
google
setting
=
channels
setting
=
in_app
end hour
setting
=
9
weekdays
setting
=
1,2,3,4,5
row limit
setting
=
20
time zone
setting
=
UTC
start hour
setting
=
7
calendar id
setting
=
primary
notify when events
setting
=
true
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.