链接添加到谷歌日历
我不清楚确切的格式在网站上有一个链接,将添加一个单一的事件到用户的谷歌日历。 我看到eventbrite已经在这里做了,但是我会喜欢一些清晰的规格或者正确方向的链接
http://www.eventbrite.com/event/1289487893
http://screencast.com/t/6vvh1khS
提前致谢
下面是一个可用于查看格式的示例链接:
https://www.google.com/calendar/render?action=TEMPLATE&text=Your+Event+Name&dates=20140127T224000Z/20140320T221500Z&details=For+details,+link+here:+http://www.example.com&location=Waldorf+道夫,+ 301 +公园+大道+,+新+纽约,纽约+ 10022 +&SF =真输出= XML
请注意关键查询参数:
text dates details location
以下是另一个示例(摘自http://wordpress.org/support/topic/direct-link-to-add-specific-google-calendar-event ):
<a href="http://www.google.com/calendar/event? 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>
这里有一个表格,可以帮助你构build这样一个链接,如果你想(在前面的答案中提到):
https://support.google.com/calendar/answer/3033039 编辑:此链接不再提供您可以使用的表单