Schedules

Every entry can be given a schedule. Schedules represent a date and a time on when you want to act on the entry or to keep them inside a calendar.

Schedules are shown right under the name of the entry.


EASY

Add a schedule to an entry

To add a schedule to an entry, simply open the context menu of the entry and click on + Schedule. By default the schedule have the date of today and no time.


EASY

Change the schedule of an entry

To change the schedule of an entry, simply click on the date or time below the entries name. A options menu will pop up showing you all possible dates and times for the entry.


EASY

Delete the schedule of an entry

When the fields date and time have no value, the according schedule will be removed.

Alternatively you can click on - Schedule in the context menu.


MEDIUM

Recurrences

You can set a recurrence inside the date options menu. Completing tasks which have recurrence set will automatically reschedule.


MEDIUM

Durations

You can set a duration inside the time options menu. This will extend the display information from starting time to end time.


Properties

  • Name
    id
    Type
    string
    Description

    Unique identifier for the schedule.

  • Name
    entry_id
    Type
    string
    Description

    Unique identifier for the entry to which this schedule belongs.

  • Name
    date
    Type
    date
    Description

    The date of the schedule in the format YYYY-MM-DD

  • Name
    time
    Type
    time
    Description

    The time of the schedule in the format HH:mm:ss.

  • Name
    recurrence
    Type
    json
    Description

    The recurrence of the schedule.

  • Name
    duration
    Type
    integer
    Description

    The duration of the schedule in seconds.

  • Name
    created_at
    Type
    datetime
    Description

    Timestamp of when the schedule was created.

  • Name
    updated_at
    Type
    datetime
    Description

    Timestamp of when the schedule was updated.