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.

System diagram System diagram System diagram

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

  1. Obtain an authorization token from the Organization Administrator.

  2. Read the documentation.

  3. Add new functionality to your system.

  4. 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.