1

所以这就是问题所在......我在http://lanyrd.com上创建了具有相同日期的日历,但由于某种原因,我的代码在同一日期显示日期“从”和“到”,以及其他(来自 Lanyrd网站)正确显示日期,我不知道为什么......有人可以帮助我吗?

Lanyrd 站点生成的 URL 代码:

https://www.google.com/calendar/render?action=TEMPLATE&text=Test+Naziv&dates=20120815/20120817&location=Osijek&details=Ajme+meni+ovo+je+test+naziv&pli=1&sf=true&output=xml

我的代码:

https://www.google.com/calendar/render?action=TEMPLATE&text=eZ+Publish+Basic+Concepts&dates=20121008/20121009&location=TBD,+USA&details=This+training+is+required+for+all+other+trainings+and+provides+a+perfect+entry+into+the+way+of+thinking+when+you+intend+working+with+eZ+Publish+as+a+developer,+editor+or+administrator.&pli=1&sf=true&output=xml
4

1 回答 1

0

好吧,检查 URL,我会说 Google Agenda 将 'to'-date 减一。正如您在 Lanyrd 的 URL 中看到的:dates=20120815/20120817

相隔两天,但在 Google Agenda 中显示为 2012-08-16。您的日期仅相差一个,因此将输入相同的日期。再加上你的最新消息,你的问题就解决了。

于 2012-08-14T12:35:14.620 回答