Skip to content
Recued
Menu
← Back to recipes

Google Calendar daily agenda digest

by recued-core v1

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 15 steps

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 9 configurable

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.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Send notificationsRead your Google connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

google google-calendarcalendaragendaeventsscheduletriggernotificationproductivitypack:google-calendar

Details

15 steps 9 configurable settings recipe_id: google-calendar-daily-agenda-digest