Skip to content
Recued
Menu
← Back to recipes

Create Google Calendar focus block

by recued-core v1

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

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

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.

Where it runs

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

Permissions it requires

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

About

Tags

google google-calendarcalendarfocus-timeschedulecreateapprovalproductivitypack:google-calendar

Details

13 steps 9 configurable settings recipe_id: create-google-calendar-focus-block