Andrew McMillan dd4fc3e412 Align freebusy parameter handling with proposed standard.
Also ensure all dates/times are returned in GMT relative,
in compliance with RFC2445.
2009-06-16 22:45:44 +12:00

12 lines
308 B
Plaintext

#
# Request a freebusy report by URL
#
TYPE=GET
URL=http://mycaldav/freebusy.php/user1@example.net?start=20061001T000000&end=20070630T235959
HEAD
REPLACE=/^DTSTAMP:\d{8}T\d{6}Z$/DTSTAMP:yyyymmddThhmmssZ/
REPLACE=/^DTSTART:20060930T120000Z$/DTSTART:correct/
REPLACE=/^DTEND:20070630T115959Z$/DTEND:correct/