Cadence input accepted when creating or editing a schedule. Uses Temporal's
authoring types (CalendarSpec accepts loose ranges like { hour: 17 };
IntervalSpec.every accepts ms or an ms-formatted string), so the form
builds a spec Temporal can consume without a translation layer here.
Cadence input accepted when creating or editing a schedule. Uses Temporal's authoring types (
CalendarSpecaccepts loose ranges like{ hour: 17 };IntervalSpec.everyaccepts ms or anms-formatted string), so the form builds a spec Temporal can consume without a translation layer here.