0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-02-07 18:09:45 +00:00
nextcloud_server/tests/data/ics/free-busy-request.ics
Richard Steinmetz 3dbdf3266c
feat(ocp): add calendar api to retrieve availability of attendees
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2025-01-13 10:12:31 +01:00

14 lines
357 B
Text

BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Sabre//Sabre VObject 4.5.6//EN
CALSCALE:GREGORIAN
METHOD:REQUEST
BEGIN:VFREEBUSY
DTSTART:20250116T060000Z
DTEND:20250117T060000Z
ORGANIZER:mailto:admin@imap.localhost
ATTENDEE:mailto:admin@imap.localhost
ATTENDEE:mailto:user@imap.localhost
ATTENDEE:mailto:empty@imap.localhost
END:VFREEBUSY
END:VCALENDAR