logotype
search

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"
    screenshot1.png

  2. Click "Microsoft Calendar"
    screenshot2.png

  3. Click "Add to PLAYipp"
    screenshot3.png

  4. Click “Authenticate Microsoft Calendar Account”
    screenshot4.png

    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"
    screenshot5.png

    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 
 
Was this article helpful?