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:
- Click "Integrations"
- Click "Microsoft Calendar"
- Click "Add to PLAYipp"
- Click “Authenticate Microsoft Calendar Account”
NOTE! If you are not signed in on your web browser and you will be prompted to sign in to your account. - Click "Add source"
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