[EventCalendar] Calendar input does not work in Google Calendar/
30Boxes
Dr. Peter Troxler
peter.troxler at gmx.net
Wed Sep 19 11:04:11 UTC 2007
Hi
I *can get my calendar into Google Calendar (except that for some
reason it does not show times, investigating)
with your modifications you completely broke the .ics file structure,
neither iCal on my mac nor google calendar would parse the file ... I
guess wihtout being too familiar with the ical format that all BEGIN:
tags need somewhere an END: tag ...
as per 30boxes ... obviously their beta import tool does not handle
time-zones properly, I am sending times as
> DTSTART;VALUE=DATE:20061021T081500Z
> DTEND;VALUE=DATE:20061021T101500Z
and they convert that (independently of time zone settings on 30b) to
> Time: Oct 21, 2006 3:15am-5:15am
which is exactly what you are experiencing
I guess they need to fix that at their end
;-)
On 19-sep-2007, at 12:10, claire circuit wrote:
> Hi all
>
> http://www.copsandrobbers.net/?ec3_ical
>
> I have tried changing the output of the file to .ical instead of .ics
> but I still get no events when I subscribe in Google Calendar. Can
> anyone suggest what is wrong, please?
>
> Also, in 30Boxes, all my events appear six hours early. I assume this
> is a server timezone problem, can anyone suggest a fix, please? My
> 30Boxes and server timezones are both identical. I tried adding this
> to line 410 of eventcalendar3.php, but it didn't seem to help,
>
> echo "BEGIN:VTIMEZONE\r\n";
> echo "TZID:Europe/London\r\n";
> echo "X-LIC-LOCATION:Europe/London\r\n";
> echo "BEGIN:DAYLIGHT\r\n";
> echo "TZOFFSETFROM:+0000\r\n";
> echo "TZOFFSETTO:+0100\r\n";
> echo "TZNAME:BST\r\n";
>
> Thanks
> Claire
>
> _______________________________________________
> Blog: http://wpcal.firetree.net/
> EventCalendar at firetree.net mailing list
> Unsubscribe: http://penguin.firetree.net/eventcalendar
More information about the EventCalendar
mailing list