For the complete documentation index, see llms.txt. This page is also available as Markdown.
Recurrence Rules (RRule)
Recurrence rules are a standardized way to define the schedule for a recurring event like an Agentic Workflow Trigger. Kizen provides a simple, easy to use UI set up recurring events, but for advanced or complex cases you may enter RRULEs directly.
For example, if you wanted your Agentic Workflow to run on the second Monday and last Friday of each month:
RRULE:FREQ=MONTHLY;INTERVAL=1;BYDAY=2MO,-1FR
There are a number of community-maintained and official tutorials, calculators, and validators you can use to create advanced schedules.