我不清楚在网站上建立链接的确切格式,该链接会向用户的Google日历添加单个事件。我看到eventbrite在这里完成了它,但我希望在正确的方向上有一些明确的规格或链接
以下是可用于查看格式的示例链接:
注意关键查询参数:
text
dates
details
location
这是另一个例子(取自http://wordpress.org/support/topic/direct-link-to-add-specific-google-calendar-event):
<a href="http://www.google.com/calendar/render?
action=TEMPLATE
&text=[event-title]
&dates=[start-custom format='Ymd\\THi00\\Z']/[end-custom format='Ymd\\THi00\\Z']
&details=[description]
&location=[location]
&trp=false
&sprop=
&sprop=name:"
target="_blank" rel="nofollow">Add to my calendar</a>
这是一个表格,可以帮助你构建这样一个链接,如果你想(在前面的答案中提到):
https://support.google.com/calendar/answer/3033039编辑:此链接不再为您提供可以使用的表单
谷歌日历和其他日历服务有一个全面的文档:https://github.com/InteractionDesignFoundation/add-event-to-calendar-docs/blob/master/services/google.md
工作链接的一个例子:https://calendar.google.com/calendar/render?action=TEMPLATE&text=Bithday&dates=20201231T193000Z/20201231T223000Z&details=With%20clowns%20and%20stuff&location=North%20Pole