Field | Type | Description |
---|---|---|
id | String | The calendar’s unique id. "id": "events_calendar"
|
url | String | The absolute URL for the detailed representation of the calendar. "url": "http://m.mit.edu/apis/calendars/events_calendar"
|
events_url | String | The absolute URL for the calendar’s list of events. "events_url": "http://m.mit.edu/apis/calendars/events_calendar/events/"
|
name | String | The full display name for the calendar. "Academic Holidays"
|
short_name | String | Optional A shortened display name for the calendar. Use this when space is tight. "Holidays"
|
categories | Array of Calendars | Optional A list of the calendars organized under this calendar. Those calendars may, in turn, have their own categories. "categories": [
{
"id": "52",
"url": "http://m.mit.edu/apis/calendars/events_calendar/?category=52",
"events_url": "http://m.mit.edu/apis/calendars/events_calendar/events/?category=52",
"name": "Campus Tours"
}
|