希望这很简单。要求如下:
在查看Google日历(Web)中的活动时,我想添加一个按钮/链接,该按钮/链接会重定向到具有事件ID的自定义域。从那里我有Google API设置,所以我可以浏览所有事件数据,但我需要使用事件ID触发此过程。
流程如下:
User creates event in Google Calendar =>
User views the event in Google Calendar =>
There is a button saying "Create event in XXX system" =>
They click the button =>
They are redirected to the new site with the event id in the query-string =>
The new sites authenticates the user and requests Google Calendar Permissions =>
The new site pulls the event data from Google Calendar using the API and ID provided
可以将其嵌入Google日历吗?
提前致谢