我正在构建一个返回事件列表的Alexa技能集。我想用我的技能预约用户选择的活动。
如果用户说“上次活动的Alexa预约”,我希望我的技能能够处理并在链接的日历中预订活动。
如何在我的技能范围内访问链接日历?
答案 0 :(得分:2)
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.