Skip to content
English
  • There are no suggestions because the search field is empty.

Microsoft Calendar

With a integration against Microsoft calendar you can easily display one or several calendars on screen. It can for example be a shared calendar or the calendar of a meeting room.

To add a calendar, you need to have some special rights. We use Microsoft's Graph API. We check for calendars against the following endpoints:

https://graph.microsoft.com/v1.0/me/calendars
https://graph.microsoft.com/v1.0/me/calendarGroups
https://graph.microsoft.com/v1.0/me/calendarGroups/${group.id}/calendars

It is possible to test calls as a logged in user here: https://developer.microsoft.com/en-us/graph/graph-explorer

If you have questions about rights, it is easiest to contact Microsoft support with the information above

To add an integration to your screen, follow these steps:

  1. Click "Integrations"
    ms_cal_1

  2. Click "Microsoft Calendar"
    ms_cal_2

  3. Click "Add to PLAYipp"
    ms_cal_3

  4. Click “Authenticate Microsoft Calendar Account”
    ms_cal_4

    NOTE! If you are not signed in on your web browser and you will be prompted to sign in to your account.

  5. Click "Add source"
    ms_cal_5

    Now you have a source that you can add to a event widget.
    You can read how you add a event widget here: How to add a event widget