Types

The following describes the default types and their respective properties:

Task

  • title: text
  • parent: parent
  • status: "abandoned" | "done" | "todo"
  • planning: date | week

Event

  • title: text
  • calendar: calendar
  • active: boolean
  • time:
    • start: time | date
    • end: time | date
  • participants:
    • email: email address
    • name: text
    • status: “needs action” | “accepted” | “tentative” | “declined”

Calendar

  • title: text
  • active: boolean
  • color: color (⚠️ text for now)

Person

  • familyName: text
  • givenName: text
  • name: text
  • avatar: text
  • email: email address

Page

  • title: text
  • archived: boolean
  • parent: relation