我正在为我的网站添加Google日历链接,如下所示
<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)这样的客户电子邮件,这可能吗?
答案 0 :(得分:0)
Example: add=dany%40gmail.com
Format: add=guest email addresses
此处提供完整的参数列表:Google Calendar render action Template parameter documentation