【问题标题】:how to add guest to google calendar link如何将客人添加到谷歌日历链接
【发布时间】: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)),这可能吗?

【问题讨论】:

标签: calendar google-calendar-api


【解决方案1】:
Example: add=dany%40gmail.com
Format:  add=guest email addresses

完整的参数列表在这里:Google Calendar render action Template parameter documentation

【讨论】:

    猜你喜欢
    • 2012-08-01
    • 2020-08-06
    • 2018-03-12
    • 1970-01-01
    • 1970-01-01
    • 2014-07-31
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多