直接链接以添加Google日历活动

时间:2014-02-27 14:05:23

标签: html google-calendar-api

有人可以解释在创建添加Google日历活动的直接链接时需要提供的参数

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“

我试过https://support.google.com/calendar/answer/3033039,但没有任何工作。

我特别想知道如何格式化日期和时间以及'Ymd \ THi00 \ Z'。

1 个答案:

答案 0 :(得分:3)

我还没弄明白如何设置活动时间。但是,对于全天事件,这是一个例子。

假设您要创建以下事件:

  • 名称:Fun Party
  • 位置:北极
  • 描述:带上你的派克
  • 开始时间:2016年12月26日
  • end:2016年12月29日

链接将是:

http://www.google.com/calendar/event?
action=TEMPLATE
&text=Fun%20Party
&dates=20161226/20161230
&details=bring%20your%20parka
&location=North%20Pole

请注意空格的URL编码等。

demo - add to Google Calendar