Create Google Calendar focus block
Approval-gated focus-block creation workflow. It reads the target calendar and free/busy state for context, then creates exactly one opaque Google Calendar event through recued-core.google-calendar when title, start, and end are present. It does not edit existing events, delete events, mutate ACLs, create calendars, create conferences, import events, or call arbitrary Google Calendar APIs.
How it works
Inspect the data fetches, transforms, gates, and output this recipe runs.
Process (13 steps)
summary
trim
Trim whitespace from setting summary
start_time
trim
Trim whitespace from setting start time
end_time
trim
Trim whitespace from setting end time
description
trim
Trim whitespace from setting description
has_summary
compare
Check if summary has data
has_start
compare
Check if start time has data
has_end
compare
Check if end time has data
calendar
?
freebusy
?
skip_create
any
Check if any of the conditions are true
created_event
?
skip: step.skip_create equal true
skipped
compare
Check if skip create equals true
card
to_summary
Format results as a summary card
Settings
Configurable at install. Defaults shown — change them anytime in Recued.
google
setting
=
summary
setting
=
Focus block
end time
setting
=
location
setting
=
time zone
setting
=
UTC
start time
setting
=
calendar id
setting
=
primary
description
setting
=
Protected focus time created by Recued.
send updates
setting
=
none
Trust & control
What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.