For Developers
Days Overview
A day is a single day on a calendar. It always belongs to a single calendar.
Properties
| Property | Type | Description |
|---|---|---|
id | string | The UUID for the calendar day. $filter operators: equals in not in |
created_date | Date | When the calendar day was first seen by Edlink. |
updated_date | Date | When the calendar day was last changed in Edlink. $filter operators: equals gt lt gte lte |
properties | object | Non-standard properties that may be of interest to the developer. |
date | Date | The day attached to the calendar day |
flags | DayFlag[] | The flags for the calendar day. All, some, or none of the possible flags may be included. |
comments | string | Useful comments about the calendar day. |
identifiers | Identifier[] | Additional IDs associated with the object. |
calendar_id | string | The UUID of the associated Calendar. |
period_ids | string[] | The UUIDs of any Periods that will take place on this day. |
route_ids | string[] | The UUIDs of any Routes that will take place on this day. |
JSON Example
{
"id": "f6b318e9-cbcf-4a22-9c17-5a5ee58093dd",
"created_date": "2023-07-21T04:29:02.228Z",
"date": "2016-08-19T00:00:00.000Z",
"comments": "A very useful comment.",
"properties": {},
"identifiers": [],
"rule_ids": [],
"flags": ["inclement_weather"],
"calendar_id": "bb5b48a0-7ada-4e71-9731-7e30b450fb0c",
"route_ids": ["a1b2c3d4-e5f6-7a8b-9c0d-e1f2a3b4c5d6"],
"period_ids": []
},
Supported Providers
| Provider | Support |
|---|---|
| aeries | ✅ |
| blackbaud | ✅ |
| edfi | ✅ |
| powerschool | ✅ |
| skyward | ✅ |
| veracross | ✅ |