mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-04-29 15:51:27 +00:00
14 lines
417 B
Plaintext
14 lines
417 B
Plaintext
#
|
|
# Request a freebusy report by URL, from a different user
|
|
# who has been granted freebusy privilege to this calendar.
|
|
#
|
|
TYPE=GET
|
|
AUTH=user2:user2
|
|
URL=http://mycaldav/freebusy.php/user1@example.net?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/
|
|
|