mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-19 01:34:26 +00:00
12 lines
317 B
Plaintext
12 lines
317 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\r?$/DTSTAMP:yyyymmddThhmmssZ/
|
|
REPLACE=/^DTSTART:20060930T120000Z\r?$/DTSTART:correct/
|
|
REPLACE=/^DTEND:20070630T115959Z\r?$/DTEND:correct/
|
|
|