Event calendar¶
Introduction¶
Using these functions, you can configure the import of event information to a university website, a news feed, or another information system. This eliminates the need to manually copy data and allows centralized management of displayed event information. Once information is entered into the portal, it will automatically appear on your site without any additional actions.
The Event Calendar API provides access to the following portal functions:
a list of available calendars;
a list of events in a calendar;
detailed information about an event.
You can also display the event calendar on other websites using a widget. Inserting it into your site is as easy as embedding a YouTube video.
Getting started¶
Obtain an authorization token from the Organization Administrator.
Read the documentation.
Add new functionality to your system.
Start receiving event information and displaying it on your system’s pages.
List of available calendars¶
Description¶
GET /event-calendars
Returns a list of existing calendars available for the organization.
List of events in a calendar¶
Description¶
GET /event-calendar/{eventCalendarId}/events
Returns a list of events contained in the calendar.
Detailed event information¶
Description¶
GET /event-calendar/{eventCalendarId}/event/{eventId}/details
Returns detailed information about an event contained in the calendar.