How to create an event in google calendar from another Alexa Skill Kit?

为君一笑 提交于 2019-12-08 01:18:20

问题


I am building a Alexa Skill Set which returns list of events. I would like to my skill to book an appointment for selected events by the user.

If the user says "Alexa book appointment for the last event", I want my skill to handle it and book an event in the linked calendar.

How do I get access to the linked calendar within my skill?


回答1:


For this, you need to get access to the user's calendar, which you can get via account linking. You can find more information by Amazon here: Link an Alexa User with a User in Your System.

In the account linking process, you then need to use Google Sign-In. Here's another helpful link for Google Calendar specifically: Authorizing Requests to the Google Calendar API.



来源:https://stackoverflow.com/questions/41231553/how-to-create-an-event-in-google-calendar-from-another-alexa-skill-kit

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!