Written By Julien Quintard
Last updated About 1 month ago
Routine allows for you to define your own data types: tickets, employee, customer, project, habit, journal entry or else.
For every type, you can define the properties composing that type.
Below are listed the default types and their properties.
☑️ Task
title
: textparent
: parentstatus
: "abandoned" | "done" | "todo"planning
: date | week
⏰ Event
title
: textcalendar
: calendaractive
: booleantime
:start
: time | dateend
: time | date
participants
:email
: email addressname
: textstatus
: “needs action” | “accepted” | “tentative” | “declined”
📅 Calendar
title
: textactive
: booleancolor
: color (⚠️ text for now)
👱♂️ Person
familyName
: textgivenName
: textname
: textavatar
: textemail
: email address
📄 Page
title
: textarchived
: booleanparent
: relation