fulfillment-bike-shop-nodejs | Integrating Google Calendar API with Dialogflow | Calendar library
kandi X-RAY | fulfillment-bike-shop-nodejs Summary
kandi X-RAY | fulfillment-bike-shop-nodejs Summary
Integrating Google Calendar API with Dialogflow's Fulfillment & Knowledge Connectors
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of fulfillment-bike-shop-nodejs
fulfillment-bike-shop-nodejs Key Features
fulfillment-bike-shop-nodejs Examples and Code Snippets
Community Discussions
Trending Discussions on fulfillment-bike-shop-nodejs
QUESTION
I would like to create a backend Node.js aplication in order to manage an Outlook Calendar (Create, delete, update events...). However I want to update the same calendar every time (Always the same account). A global calendar to everyone.
The real pourpose is to integrate this calendar Backend with dialogFlow functionality (Similar to this example in Google Calendar https://github.com/dialogflow/fulfillment-bike-shop-nodejs)
I've been looking to https://docs.microsoft.com/en-us/graph/auth-v2-service, but I don't know if it is the correct aproach to do it.
I created an app in Azure Portal, and got my token:
POST https://login.microsoftonline.com/{tenant}/oauth2/v2.0/token HTTP/1.1
But can't access to https://graph.microsoft.com/v1.0/users/{id}/calendars. The message I get is similar to this:
...ANSWER
Answered 2019-May-03 at 03:05I've been looking to https://docs.microsoft.com/en-us/graph/auth-v2-service, but I don't know if it is the correct aproach to do it.
I think this is feasible.
"code": "OrganizationFromTenantGuidNotFound",
You need to use the user(tonyju@abc.onmicrosoft.com) to access calendars. And this account must have been assigned a O365 license You can refer to this.
Update:
If you just want to access the calendar of your personal account, you can use auth code flow to get the access token. And then use
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install fulfillment-bike-shop-nodejs
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page