Использование Microsoft Graph API. Я не могу создавать или обновлять события в php. Возможно ли это только для приглашен ⇐ Php
-
Anonymous
Использование Microsoft Graph API. Я не могу создавать или обновлять события в php. Возможно ли это только для приглашен
I want to access Microsoft Graph from a console application in order to copy messages from an Outlook calendar event create. I had to use the Microsoft Graph's Client Credentials Flow.
These are the steps I had to take:
1 . Register an App in the Azure portal and create a Client Secret for it.
2 . Add all the permissions I need and grant them access
3 . Request for auth consent : This is done using the following URL:
https://login.microsoftonline.com/commo ... .ReadWrite
4 . Get user access token for following method
enter image description here
5 . I try to access calendar details or event create , get this error
enter image description here
Источник: https://stackoverflow.com/questions/781 ... -php-is-it
I want to access Microsoft Graph from a console application in order to copy messages from an Outlook calendar event create. I had to use the Microsoft Graph's Client Credentials Flow.
These are the steps I had to take:
1 . Register an App in the Azure portal and create a Client Secret for it.
2 . Add all the permissions I need and grant them access
3 . Request for auth consent : This is done using the following URL:
https://login.microsoftonline.com/commo ... .ReadWrite
4 . Get user access token for following method
enter image description here
5 . I try to access calendar details or event create , get this error
enter image description here
Источник: https://stackoverflow.com/questions/781 ... -php-is-it
Мобильная версия