[EventCalendar] Re: calendar output completely broken
Dr. Peter Troxler
peter.troxler at gmx.net
Wed Sep 19 14:44:55 UTC 2007
PS for me this fixes also the 30boxes issue ...
/ pt
On 19-sep-2007, at 16:32, Dr. Peter Troxler wrote:
> can you try to modify eventcalendar3.php as follows -- comment out
> the existing lines 410 & 411 or so (echo sprintf...) and add the
> three lines below, then test again URL in
>
> // Convert timestamps to UTC
> // echo sprintf("DTSTART;VALUE=DATE:%s\r\n",ec3_to_utc($entry-
> >dt_start));
> // echo sprintf("DTEND;VALUE=DATE:%s\r\n",ec3_to_utc($entry->dt_end));
> $ourtimezone = $ec3->tz;
> echo sprintf("DTSTART;TZID=" . $ourtimezone . ":%s\r\n",strftime('%Y
> %m%dT%H%M00',strtotime($entry->dt_start)));
> echo sprintf("DTEND;TZID=" . $ourtimezone . ":%s\r\n",strftime('%Y%m
> %dT%H%M00',strtotime($entry->dt_end)));
>
> On 19-sep-2007, at 15:07, claire circuit wrote:
>
>> another note:
>>
>> importing the URL or file (saved to hard drive) into outlook 2000
>> does not work.
>> importing the URL into google calenders does not work
>>
>> BUT
>>
>> importing the file (saved to hard drive, then uploaded and imported)
>> into google calendar DOES work.
>>
>> what could the problem be, i wonder?
>>
>> claire
>>
>> _______________________________________________
>> Blog: http://wpcal.firetree.net/
>> EventCalendar at firetree.net mailing list
>> Unsubscribe: http://penguin.firetree.net/eventcalendar
>
>
> _______________________________________________
> Blog: http://wpcal.firetree.net/
> EventCalendar at firetree.net mailing list
> Unsubscribe: http://penguin.firetree.net/eventcalendar
More information about the EventCalendar
mailing list