For Developers

Days Overview

A day is a single day on a calendar. It always belongs to a single calendar.

Properties

PropertyTypeDescription
idstringThe UUID for the calendar day.
$filter operators: equals in not in
created_dateDateWhen the calendar day was first seen by Edlink.
updated_dateDateWhen the calendar day was last changed in Edlink.
$filter operators: equals gt lt gte lte
propertiesobjectNon-standard properties that may be of interest to the developer.
dateDateThe day attached to the calendar day
flagsDayFlag[]The flags for the calendar day. All, some, or none of the possible flags may be included.
commentsstringUseful comments about the calendar day.
identifiersIdentifier[]Additional IDs associated with the object.
calendar_idstringThe UUID of the associated Calendar.
period_idsstring[]The UUIDs of any Periods that will take place on this day.
route_idsstring[]The UUIDs of any Routes that will take place on this day.

JSON Example

{
    "id": "00000000-0000-0000-0000-000000000000",
    "created_date": "2021-07-13T17:45:27.570Z",
    "updated_date": "2021-07-13T17:45:27.570Z",
    "properties": {},
    "date": "2021-07-13T00:00:00.000Z",
    "flags": [],
    "comments": "A very useful comment.",
    "calendar_id": "00000000-0000-0000-0000-000000000000",
    "period_ids": ["00000000-0000-0000-0000-000000000000"],
    "route_ids": ["00000000-0000-0000-0000-000000000000"]
}

Supported Providers

ProviderSupport