【发布时间】:2017-05-29 14:19:26
【问题描述】:
我正在向我的网站添加一个谷歌日历链接,如下所示
<a href="https://calendar.google.com/calendar/render?
action=TEMPLATE&
text={{ticket.subject}}&
dates=20170127T210000Z/20170127T220000Z&
details=For+details,+link+here:+https://www.example.com/&
location=Hyderabad,+Telangana,+India&sf=true&
output=xml#eventpage_6"
target="_blank" rel="nofollow">Add to calender</a>
通过上面的Url,我可以设置活动标题、活动时间、活动地点
但是现在我想在上述链接中的日历活动中添加访客电子邮件(例如 (dany@gmail.com)),这可能吗?
【问题讨论】:
-
在这里您可以找到有关谷歌日历属性的综合指南:github.com/InteractionDesignFoundation/…
标签: calendar google-calendar-api