来自Google的Google日历错误日期问题

时间:2012-08-14 12:16:56

标签: php url calendar

这就是问题...我在http://lanyrd.com上创建了日历,日期相同,但出于某种原因,我的代码在同一天显示日期“from”和“to”,以及其他日期(来自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

1 个答案:

答案 0 :(得分:0)

好吧,检查网址,我会说Google Agenda会将'到'日期减一。正如您在Lanyrd的URL中所看到的:dates = 20120815/20120817

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