during processing HTTP request PUT /calendars/reynir/d33f6caac04657e81fcc4f0fbd38eb3da74e4401c6a0c07e1964c1dec049c627.ics
by user-agent Mozilla/5.0 (X11; Linux x86_64; rv:128.0) Gecko/20100101 Firefox/128.0
This commit is contained in:
parent
59384dca1c
commit
46eea65475
3 changed files with 35 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
((DAV: getcontentlanguage) (() ((Pcdata en))))
|
||||
((DAV: getcontentlength) (() ((Pcdata 0))))
|
||||
((DAV: getcontenttype) (() ((Pcdata text/directory))))
|
||||
((DAV: getlastmodified) (() ((Pcdata 2025-02-18T10:35:53-00:00))))
|
||||
((DAV: getlastmodified) (() ((Pcdata 2025-02-18T10:36:39-00:00))))
|
||||
((DAV: resourcetype)
|
||||
(()
|
||||
((Node DAV: collection () ())
|
||||
|
|
|
@ -0,0 +1,17 @@
|
|||
BEGIN:VCALENDAR
|
||||
VERSION:2.0
|
||||
CALSCALE:GREGORIAN
|
||||
PRODID:-//Inf-IT//CalDavZAP 0.13.1//EN
|
||||
BEGIN:VEVENT
|
||||
UID:1us8civ5-yeb5-ydww-427w-oj04spx38ba9
|
||||
DTSTAMP:20250218T103639Z
|
||||
DTSTART;VALUE=DATE:20250218
|
||||
DTEND;VALUE=DATE:20260219
|
||||
CREATED:20250218T103639Z
|
||||
LAST-MODIFIED:20250218T103639Z
|
||||
SUMMARY:Long meeting
|
||||
TRANSP:OPAQUE
|
||||
CLASS:PUBLIC
|
||||
LOCATION:Outer meeting space
|
||||
END:VEVENT
|
||||
END:VCALENDAR
|
|
@ -0,0 +1,17 @@
|
|||
(((DAV: acl)
|
||||
(()
|
||||
((Node DAV: ace ()
|
||||
((Node DAV: principal () ((Node DAV: all () ())))
|
||||
(Node DAV: inherited ()
|
||||
((Node DAV: href () ((Pcdata /calendars/reynir/))))))))))
|
||||
((DAV: creationdate) (() ((Pcdata 2025-02-18T10:36:39-00:00))))
|
||||
((DAV: displayname)
|
||||
(()
|
||||
((Pcdata
|
||||
/calendars/reynir/d33f6caac04657e81fcc4f0fbd38eb3da74e4401c6a0c07e1964c1dec049c627.ics))))
|
||||
((DAV: getcontentlanguage) (() ((Pcdata en))))
|
||||
((DAV: getcontentlength) (() ((Pcdata 394))))
|
||||
((DAV: getcontenttype) (() ((Pcdata text/calendar))))
|
||||
((DAV: getlastmodified) (() ((Pcdata 2025-02-18T10:36:39-00:00))))
|
||||
((DAV: resourcetype) (() ()))
|
||||
((io:robur:webdav prop_version) (() ((Pcdata 2)))))
|
Loading…
Reference in a new issue