diff options
Diffstat (limited to 'tests/data/ics/free-busy-request.ics')
-rw-r--r-- | tests/data/ics/free-busy-request.ics | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/data/ics/free-busy-request.ics b/tests/data/ics/free-busy-request.ics new file mode 100644 index 00000000000..dd01d35b671 --- /dev/null +++ b/tests/data/ics/free-busy-request.ics @@ -0,0 +1,14 @@ +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
|