Mailing List Archive

Freebusy URL - timezone problem?
Hello,

I have problem with manually parsing of freebusy.

My example - I have event from 8:00am to 9:00am in Europe/Prague timezone.

If I used this URL
localhost/freebusy.php/user/calendar?start=20161102T080000&end=20161102T090000
then all is OK (I think... because in downloaded file is my event, more
bellow)

DTSTAMP:20161102T211610Z
DTSTART:20161102T070000Z
DTEND:20161102T080000Z
FREEBUSY:20161102T070000Z/20161102T080000Z


If I used this URL
http://localhost/freebusy.php/user/calendar?start=20161102T070000&end=20161102T075900
then I don't understand, why the event is still in downloaded file

DTSTAMP:20161102T211933Z
DTSTART:20161102T060000Z
DTEND:20161102T065900Z
FREEBUSY:20161102T070000Z/20161102T080000Z

I have this setting in davical:
$c->default_timezone = 'Europe/Prague';
$c->timezone_translations = array( 'Central Europe Standard Time' =>
'Europe/Prague' );


Bellow is attached debug log

(See attached file: debug.log)

Thanks, Lukas