Andrew McMillan bd22de220d Apply fixed times to the period of freebusy data requested in order to
get reliable and repeatable results.
2007-02-13 14:53:10 +13:00

11 lines
310 B
Plaintext

#
# Request a freebusy report by URL
#
TYPE=GET
URL=http://mycaldav/freebusy.php/user1/home/?start=20061001T000000&finish=20070630T235959
HEAD
REPLACE=/^DTSTAMP:\d{8}T\d{6}Z$/DTSTAMP:yyyymmddThhmmssZ/
REPLACE=/^DTSTART:\d{8}T\d{6}$/DTSTART:yyyymmddThhmmss/
REPLACE=/^DTEND:\d{8}T\d{6}$/DTEND:yyyymmddThhmmss/