Forum Discussion
BenBaz
Feb 15, 2021Copper Contributor
External calendar management
We are looking for a solution to enable admin support from an outside entity to fully manage O365 users calendars without provisioning accounts for them on our O365 tenant. Is anyone aware of a viab...
Victor_Ivanidze
Feb 16, 2021Bronze Contributor
Hi VasilMichev,
could you please let me know if it's possible to create a "programmatic solution" that does not use Microsoft 365 account?
VasilMichev
Feb 16, 2021MVP
Victor_Ivanidze Isnt that what Application permissions are for?
Calendars.Read
Read calendars in all mailboxes
Allows the app to read events of all calendars without a signed-in user.
Granted you are the programmer here, not me, so you probably know best whether this is applicable for the above scenario.
- Victor_IvanidzeFeb 16, 2021Bronze Contributor
Hi VasilMichev,
thanks for your answer. If saying "application" you mean Azure-based one, then I think anybody need an office 365 account just to create the Azure application itself. It might be I'm wrong here.
- VasilMichevFeb 16, 2021MVP
You dont need a "dedicated" account for that, if you are using O365/Azure AD already, you can create/use AAD-integrated apps.