来自网址的谷歌日历错误日期问题


Google calendar wrong date issue from URL

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

兰尼德网站生成的网址代码:

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

好吧,检查网址,我会说谷歌议程采用"到目前为止"减去一个。正如你在Lanyrd的URL中看到的:dates=20120815/20120817

它相隔两天,但在谷歌议程中显示为2012-08-16。您的日期仅相隔一个,因此将输入相同的日期。加上一个你的约会,你的问题就解决了。