etesync / etesync-dav

This is a CalDAV and CardDAV adapter for EteSync
https://www.etesync.com
GNU General Public License v3.0
290 stars 47 forks source link

Event created on iPhone cannot be altered on Mac #135

Open porg opened 4 years ago

porg commented 4 years ago

Version Info iOS: 13.5 etesync iOS: 1.3.5 macOS: 10.15.5 EteSync DAV: 0.18.1 Radicale: 3.0.2

Reproduction: iPhone > Cal > Create event with title i.e. "Sport iPhone A" iPhone > etesync > Start sync (as of now it will otherwise NEVER arrive at server, needs manual pushing)

Mac > Cal > Wait for next pull event (is set to "every minute" but de facto it is often 2-3 minutes) Mac > Cal > Edit event title (add some characters) i.e. "Sport iPhone A Mac 1" --> 2-3sec later the input gets visibly discarded again

See full log in next post.

porg commented 4 years ago

I redacted my email address in the log as a rudimentary precaution. I hope that the log does not contain any other sensitive data. Filed #136 to provide logs more easily with less hesitation.

Log in next post.

porg commented 4 years ago
Last login: Wed Jun 10 23:17:54 on ttys000
➜  ~ etesync-dav -D
[2020-06-10 23:30:47 +0200] [3121] [INFO] Loaded default config
[2020-06-10 23:30:47 +0200] [3121] [INFO] Loaded arguments
[2020-06-10 23:30:47 +0200] [3121] [INFO] Starting Radicale
[2020-06-10 23:30:48 +0200] [3121] [INFO] auth type is 'radicale.auth.htpasswd'
[2020-06-10 23:30:48 +0200] [3121] [INFO] storage type is 'etesync_dav.radicale.storage'
[2020-06-10 23:30:48 +0200] [3121] [INFO] rights type is 'etesync_dav.radicale.rights'
[2020-06-10 23:30:48 +0200] [3121] [INFO] web type is 'etesync_dav.radicale.web'
[2020-06-10 23:30:48 +0200] [3121] [INFO] Listening on '[127.0.0.1]:37358' with SSL
[2020-06-10 23:30:48 +0200] [3121] [INFO] Listening on '[::1]:37358' with SSL
[2020-06-10 23:30:48 +0200] [3121] [INFO] Radicale server ready
### Created event on iPhone. Nothing yet in macOS Cal. Waiting for next sync interval.
[2020-06-10 23:31:34 +0200] [3121/Thread-1] [INFO] PROPFIND request for '/███@███.com/' with depth '1' received from ::1 using 'Mac+OS+X/10.15.5 (19F101) CalendarAgent/930.5.1'
[2020-06-10 23:31:34 +0200] [3121/Thread-1] [DEBUG] Request headers:
{'CONTENT_LENGTH': '2293',
 'CONTENT_TYPE': 'text/xml',
 'GATEWAY_INTERFACE': 'CGI/1.1',
 'HTTP_ACCEPT': '*/*',
 'HTTP_ACCEPT_ENCODING': 'gzip, deflate, br',
 'HTTP_ACCEPT_LANGUAGE': 'de-at',
 'HTTP_BRIEF': 't',
 'HTTP_CONNECTION': 'keep-alive',
 'HTTP_DEPTH': '1',
 'HTTP_HOST': 'localhost:37358',
 'HTTP_PREFER': 'return=minimal',
 'HTTP_USER_AGENT': 'Mac+OS+X/10.15.5 (19F101) CalendarAgent/930.5.1',
 'PATH_INFO': '/███@███.com/',
 'QUERY_STRING': '',
 'REMOTE_ADDR': '::1',
 'REMOTE_CERTIFICATE': None,
 'REMOTE_HOST': '',
 'REQUEST_METHOD': 'PROPFIND',
 'SCRIPT_NAME': '',
 'SERVER_NAME': '1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa',
 'SERVER_PORT': '37358',
 'SERVER_PROTOCOL': 'HTTP/1.1',
 'SERVER_SOFTWARE': 'WSGIServer/0.2',
 'wsgi.errors': <_io.TextIOWrapper name='<stderr>' mode='w' encoding='UTF-8'>,
 'wsgi.file_wrapper': <class 'wsgiref.util.FileWrapper'>,
 'wsgi.input': <_io.BufferedReader name=9>,
 'wsgi.multiprocess': False,
 'wsgi.multithread': True,
 'wsgi.run_once': False,
 'wsgi.url_scheme': 'http',
 'wsgi.version': (1, 0)}
[2020-06-10 23:31:34 +0200] [3121/Thread-1] [DEBUG] Sanitized script name: ''
[2020-06-10 23:31:34 +0200] [3121/Thread-1] [DEBUG] Sanitized path: '/███@███.com/'
[2020-06-10 23:31:34 +0200] [3121/Thread-1] [INFO] Access to '/███@███.com/' denied for anonymous user
[2020-06-10 23:31:34 +0200] [3121/Thread-1] [DEBUG] Asking client for authentication
[2020-06-10 23:31:34 +0200] [3121/Thread-1] [DEBUG] Response content:
Access to the requested resource forbidden.
[2020-06-10 23:31:34 +0200] [3121/Thread-1] [INFO] PROPFIND response status for '/███@███.com/' with depth '1' in 0.002 seconds: 401 Unauthorized
[2020-06-10 23:31:34 +0200] [3121/Thread-2] [INFO] PROPFIND request for '/███@███.com/' with depth '1' received from ::1 using 'Mac+OS+X/10.15.5 (19F101) CalendarAgent/930.5.1'
[2020-06-10 23:31:34 +0200] [3121/Thread-2] [DEBUG] Request headers:
{'CONTENT_LENGTH': '2293',
 'CONTENT_TYPE': 'text/xml',
 'GATEWAY_INTERFACE': 'CGI/1.1',
 'HTTP_ACCEPT': '*/*',
 'HTTP_ACCEPT_ENCODING': 'gzip, deflate, br',
 'HTTP_ACCEPT_LANGUAGE': 'de-at',
 'HTTP_AUTHORIZATION': 'Basic **masked**',
 'HTTP_BRIEF': 't',
 'HTTP_CONNECTION': 'keep-alive',
 'HTTP_DEPTH': '1',
 'HTTP_HOST': 'localhost:37358',
 'HTTP_PREFER': 'return=minimal',
 'HTTP_USER_AGENT': 'Mac+OS+X/10.15.5 (19F101) CalendarAgent/930.5.1',
 'PATH_INFO': '/███@███.com/',
 'QUERY_STRING': '',
 'REMOTE_ADDR': '::1',
 'REMOTE_CERTIFICATE': None,
 'REMOTE_HOST': '',
 'REQUEST_METHOD': 'PROPFIND',
 'SCRIPT_NAME': '',
 'SERVER_NAME': '1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa',
 'SERVER_PORT': '37358',
 'SERVER_PROTOCOL': 'HTTP/1.1',
 'SERVER_SOFTWARE': 'WSGIServer/0.2',
 'wsgi.errors': <_io.TextIOWrapper name='<stderr>' mode='w' encoding='UTF-8'>,
 'wsgi.file_wrapper': <class 'wsgiref.util.FileWrapper'>,
 'wsgi.input': <_io.BufferedReader name=9>,
 'wsgi.multiprocess': False,
 'wsgi.multithread': True,
 'wsgi.run_once': False,
 'wsgi.url_scheme': 'http',
 'wsgi.version': (1, 0)}
[2020-06-10 23:31:34 +0200] [3121/Thread-2] [DEBUG] Sanitized script name: ''
[2020-06-10 23:31:34 +0200] [3121/Thread-2] [DEBUG] Sanitized path: '/███@███.com/'
[2020-06-10 23:31:34 +0200] [3121/Thread-2] [INFO] Successful login: '███@███.com'
[2020-06-10 23:31:34 +0200] [3121/Thread-2] [DEBUG] Request content:
<?xml version="1.0"?>
<propfind xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav" xmlns:CS="http://calendarserver.org/ns/" xmlns:ICAL="http://apple.com/ns/ical/" xmlns:ME="http://me.com/_namespace/">
  <prop>
    <add-member />
    <CS:allowed-sharing-modes />
    <ICAL:autoprovisioned />
    <ME:bulk-requests />
    <C:calendar-alarm />
    <ICAL:calendar-color />
    <C:calendar-description />
    <C:calendar-free-busy-set />
    <ICAL:calendar-order />
    <C:calendar-timezone />
    <current-user-privilege-set />
    <C:default-alarm-vevent-date />
    <C:default-alarm-vevent-datetime />
    <displayname />
    <CS:getctag />
    <CS:invite />
    <ICAL:language-code />
    <ICAL:location-code />
    <C:max-attendees-per-instance />
    <owner />
    <CS:pre-publish-url />
    <CS:publish-url />
    <CS:push-transports />
    <CS:pushkey />
    <quota-available-bytes />
    <quota-used-bytes />
    <ICAL:refreshrate />
    <resource-id />
    <resourcetype />
    <C:schedule-calendar-transp />
    <C:schedule-default-calendar-URL />
    <CS:source />
    <CS:subscribed-strip-alarms />
    <CS:subscribed-strip-attachments />
    <CS:subscribed-strip-todos />
    <C:supported-calendar-component-set />
    <C:supported-calendar-component-sets />
    <supported-report-set />
    <sync-token />
  </prop>
</propfind>

[2020-06-10 23:31:34 +0200] [3121/Thread-2] [DEBUG] '███@███.com' has write access to collection '███@███.com'
[2020-06-10 23:31:34 +0200] [3121/Thread-2] [DEBUG] '███@███.com' has write access to collection with tag '███@███.com/25ac916bc773bd7aba43e2c77b05194e6da7c354d7cbe381ddc7122b938d4813'
[2020-06-10 23:31:34 +0200] [3121/Thread-2] [DEBUG] '███@███.com' has write access to collection with tag '███@███.com/a025298574bc6a41ceaf9c41b49a727ba86396c4608d9e2a8666ae119a6308ad'
[2020-06-10 23:31:34 +0200] [3121/Thread-2] [DEBUG] '███@███.com' has write access to collection with tag '███@███.com/9e7a9fdea9e436cb21bdccda10ac010c6585afbc42f373121bdeac05087704fb'
[2020-06-10 23:31:34 +0200] [3121/Thread-2] [DEBUG] '███@███.com' has write access to collection with tag '███@███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02'
[2020-06-10 23:31:34 +0200] [3121/Thread-2] [DEBUG] '███@███.com' has write access to collection with tag '███@███.com/1fffb2d527bad0df90ffd9c3a78c3b358c990d07eacbb869e117cd571ebb3be0'
[2020-06-10 23:31:34 +0200] [3121/Thread-2] [DEBUG] Response content:
<?xml version="1.0"?>
<multistatus xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav" xmlns:CR="urn:ietf:params:xml:ns:carddav" xmlns:CS="http://calendarserver.org/ns/" xmlns:ICAL="http://apple.com/ns/ical/" xmlns:ME="http://me.com/_namespace/">
  <response>
    <href>/███%40███.com/</href>
    <propstat>
      <prop>
        <add-member />
        <CS:allowed-sharing-modes />
        <ICAL:autoprovisioned />
        <ME:bulk-requests />
        <C:calendar-alarm />
        <ICAL:calendar-color />
        <C:calendar-description />
        <C:calendar-free-busy-set />
        <ICAL:calendar-order />
        <C:calendar-timezone />
        <current-user-privilege-set>
          <privilege>
            <read />
          </privilege>
          <privilege>
            <all />
          </privilege>
          <privilege>
            <write />
          </privilege>
          <privilege>
            <write-properties />
          </privilege>
          <privilege>
            <write-content />
          </privilege>
        </current-user-privilege-set>
        <C:default-alarm-vevent-date />
        <C:default-alarm-vevent-datetime />
        <displayname />
        <CS:invite />
        <ICAL:language-code />
        <ICAL:location-code />
        <C:max-attendees-per-instance />
        <owner>
          <href>/███%40███.com/</href>
        </owner>
        <CS:pre-publish-url />
        <CS:publish-url />
        <CS:push-transports />
        <CS:pushkey />
        <quota-available-bytes />
        <quota-used-bytes />
        <ICAL:refreshrate />
        <resource-id />
        <resourcetype>
          <principal />
          <collection />
        </resourcetype>
        <C:schedule-calendar-transp />
        <C:schedule-default-calendar-URL />
        <CS:source />
        <CS:subscribed-strip-alarms />
        <CS:subscribed-strip-attachments />
        <CS:subscribed-strip-todos />
        <C:supported-calendar-component-sets />
        <supported-report-set>
          <supported-report>
            <report>
              <expand-property />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-search-property-set />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-property-search />
            </report>
          </supported-report>
        </supported-report-set>
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
    <propstat>
      <prop>
        <CS:getctag />
        <C:supported-calendar-component-set />
        <sync-token />
      </prop>
      <status>HTTP/1.1 404 Not Found</status>
    </propstat>
  </response>
  <response>
    <href>/███%40███.com/25ac916bc773bd7aba43e2c77b05194e6da7c354d7cbe381ddc7122b938d4813/</href>
    <propstat>
      <prop>
        <add-member />
        <CS:allowed-sharing-modes />
        <ICAL:autoprovisioned />
        <ME:bulk-requests />
        <C:calendar-alarm />
        <C:calendar-free-busy-set />
        <C:calendar-timezone />
        <C:default-alarm-vevent-date />
        <C:default-alarm-vevent-datetime />
        <CS:invite />
        <ICAL:language-code />
        <ICAL:location-code />
        <C:max-attendees-per-instance />
        <CS:pre-publish-url />
        <CS:publish-url />
        <CS:push-transports />
        <CS:pushkey />
        <quota-available-bytes />
        <quota-used-bytes />
        <ICAL:refreshrate />
        <resource-id />
        <C:schedule-calendar-transp />
        <C:schedule-default-calendar-URL />
        <CS:source />
        <CS:subscribed-strip-alarms />
        <CS:subscribed-strip-attachments />
        <CS:subscribed-strip-todos />
        <C:supported-calendar-component-sets />
      </prop>
      <status>HTTP/1.1 404 Not Found</status>
    </propstat>
    <propstat>
      <prop>
        <ICAL:calendar-color>#e91e63ff</ICAL:calendar-color>
        <C:calendar-description />
        <ICAL:calendar-order>1</ICAL:calendar-order>
        <current-user-privilege-set>
          <privilege>
            <read />
          </privilege>
          <privilege>
            <all />
          </privilege>
          <privilege>
            <write />
          </privilege>
          <privilege>
            <write-properties />
          </privilege>
          <privilege>
            <write-content />
          </privilege>
        </current-user-privilege-set>
        <displayname>Default</displayname>
        <CS:getctag>d023b5965ccde5c001557e1761989ff09b610f9b1d4b9e24ac1e7777a103c9d8</CS:getctag>
        <owner>
          <href>/███%40███.com/</href>
        </owner>
        <resourcetype>
          <C:calendar />
          <collection />
        </resourcetype>
        <C:supported-calendar-component-set>
          <C:comp name="VEVENT" />
        </C:supported-calendar-component-set>
        <supported-report-set>
          <supported-report>
            <report>
              <expand-property />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-search-property-set />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-property-search />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <sync-collection />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <C:calendar-multiget />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <C:calendar-query />
            </report>
          </supported-report>
        </supported-report-set>
        <sync-token>http://radicale.org/ns/sync/d023b5965ccde5c001557e1761989ff09b610f9b1d4b9e24ac1e7777a103c9d8</sync-token>
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
  </response>
  <response>
    <href>/███%40███.com/a025298574bc6a41ceaf9c41b49a727ba86396c4608d9e2a8666ae119a6308ad/</href>
    <propstat>
      <prop>
        <add-member />
        <CS:allowed-sharing-modes />
        <ICAL:autoprovisioned />
        <ME:bulk-requests />
        <C:calendar-alarm />
        <ICAL:calendar-color />
        <C:calendar-free-busy-set />
        <ICAL:calendar-order />
        <C:calendar-timezone />
        <C:default-alarm-vevent-date />
        <C:default-alarm-vevent-datetime />
        <CS:invite />
        <ICAL:language-code />
        <ICAL:location-code />
        <C:max-attendees-per-instance />
        <CS:pre-publish-url />
        <CS:publish-url />
        <CS:push-transports />
        <CS:pushkey />
        <quota-available-bytes />
        <quota-used-bytes />
        <ICAL:refreshrate />
        <resource-id />
        <C:schedule-calendar-transp />
        <C:schedule-default-calendar-URL />
        <CS:source />
        <CS:subscribed-strip-alarms />
        <CS:subscribed-strip-attachments />
        <CS:subscribed-strip-todos />
        <C:supported-calendar-component-sets />
      </prop>
      <status>HTTP/1.1 404 Not Found</status>
    </propstat>
    <propstat>
      <prop>
        <C:calendar-description />
        <current-user-privilege-set>
          <privilege>
            <read />
          </privilege>
          <privilege>
            <all />
          </privilege>
          <privilege>
            <write />
          </privilege>
          <privilege>
            <write-properties />
          </privilege>
          <privilege>
            <write-content />
          </privilege>
        </current-user-privilege-set>
        <displayname>Default</displayname>
        <CS:getctag>a025298574bc6a41ceaf9c41b49a727ba86396c4608d9e2a8666ae119a6308ad</CS:getctag>
        <owner>
          <href>/███%40███.com/</href>
        </owner>
        <resourcetype>
          <C:calendar />
          <collection />
        </resourcetype>
        <C:supported-calendar-component-set>
          <C:comp name="VTODO" />
        </C:supported-calendar-component-set>
        <supported-report-set>
          <supported-report>
            <report>
              <expand-property />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-search-property-set />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-property-search />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <sync-collection />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <C:calendar-multiget />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <C:calendar-query />
            </report>
          </supported-report>
        </supported-report-set>
        <sync-token>http://radicale.org/ns/sync/a025298574bc6a41ceaf9c41b49a727ba86396c4608d9e2a8666ae119a6308ad</sync-token>
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
  </response>
  <response>
    <href>/███%40███.com/9e7a9fdea9e436cb21bdccda10ac010c6585afbc42f373121bdeac05087704fb/</href>
    <propstat>
      <prop>
        <add-member />
        <CS:allowed-sharing-modes />
        <ICAL:autoprovisioned />
        <ME:bulk-requests />
        <C:calendar-alarm />
        <ICAL:calendar-color />
        <C:calendar-description />
        <C:calendar-free-busy-set />
        <ICAL:calendar-order />
        <C:calendar-timezone />
        <C:default-alarm-vevent-date />
        <C:default-alarm-vevent-datetime />
        <CS:invite />
        <ICAL:language-code />
        <ICAL:location-code />
        <C:max-attendees-per-instance />
        <CS:pre-publish-url />
        <CS:publish-url />
        <CS:push-transports />
        <CS:pushkey />
        <quota-available-bytes />
        <quota-used-bytes />
        <ICAL:refreshrate />
        <resource-id />
        <C:schedule-calendar-transp />
        <C:schedule-default-calendar-URL />
        <CS:source />
        <CS:subscribed-strip-alarms />
        <CS:subscribed-strip-attachments />
        <CS:subscribed-strip-todos />
        <C:supported-calendar-component-sets />
      </prop>
      <status>HTTP/1.1 404 Not Found</status>
    </propstat>
    <propstat>
      <prop>
        <current-user-privilege-set>
          <privilege>
            <read />
          </privilege>
          <privilege>
            <all />
          </privilege>
          <privilege>
            <write />
          </privilege>
          <privilege>
            <write-properties />
          </privilege>
          <privilege>
            <write-content />
          </privilege>
        </current-user-privilege-set>
        <displayname>Default</displayname>
        <CS:getctag>9e7a9fdea9e436cb21bdccda10ac010c6585afbc42f373121bdeac05087704fb</CS:getctag>
        <owner>
          <href>/███%40███.com/</href>
        </owner>
        <resourcetype>
          <CR:addressbook />
          <collection />
        </resourcetype>
        <C:supported-calendar-component-set>
          <C:comp name="none" />
        </C:supported-calendar-component-set>
        <supported-report-set>
          <supported-report>
            <report>
              <expand-property />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-search-property-set />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-property-search />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <sync-collection />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <CR:addressbook-multiget />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <CR:addressbook-query />
            </report>
          </supported-report>
        </supported-report-set>
        <sync-token>http://radicale.org/ns/sync/9e7a9fdea9e436cb21bdccda10ac010c6585afbc42f373121bdeac05087704fb</sync-token>
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
  </response>
  <response>
    <href>/███%40███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/</href>
    <propstat>
      <prop>
        <add-member />
        <CS:allowed-sharing-modes />
        <ICAL:autoprovisioned />
        <ME:bulk-requests />
        <C:calendar-alarm />
        <C:calendar-free-busy-set />
        <C:calendar-timezone />
        <C:default-alarm-vevent-date />
        <C:default-alarm-vevent-datetime />
        <CS:invite />
        <ICAL:language-code />
        <ICAL:location-code />
        <C:max-attendees-per-instance />
        <CS:pre-publish-url />
        <CS:publish-url />
        <CS:push-transports />
        <CS:pushkey />
        <quota-available-bytes />
        <quota-used-bytes />
        <ICAL:refreshrate />
        <resource-id />
        <C:schedule-calendar-transp />
        <C:schedule-default-calendar-URL />
        <CS:source />
        <CS:subscribed-strip-alarms />
        <CS:subscribed-strip-attachments />
        <CS:subscribed-strip-todos />
        <C:supported-calendar-component-sets />
      </prop>
      <status>HTTP/1.1 404 Not Found</status>
    </propstat>
    <propstat>
      <prop>
        <ICAL:calendar-color>#4caf50ff</ICAL:calendar-color>
        <C:calendar-description />
        <ICAL:calendar-order>2</ICAL:calendar-order>
        <current-user-privilege-set>
          <privilege>
            <read />
          </privilege>
          <privilege>
            <all />
          </privilege>
          <privilege>
            <write />
          </privilege>
          <privilege>
            <write-properties />
          </privilege>
          <privilege>
            <write-content />
          </privilege>
        </current-user-privilege-set>
        <displayname>Sport</displayname>
        <CS:getctag>ab5d56a84faa723a63fbd712e26a57971313d647cf7d826908b500ba146ac661</CS:getctag>
        <owner>
          <href>/███%40███.com/</href>
        </owner>
        <resourcetype>
          <C:calendar />
          <collection />
        </resourcetype>
        <C:supported-calendar-component-set>
          <C:comp name="VEVENT" />
        </C:supported-calendar-component-set>
        <supported-report-set>
          <supported-report>
            <report>
              <expand-property />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-search-property-set />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-property-search />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <sync-collection />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <C:calendar-multiget />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <C:calendar-query />
            </report>
          </supported-report>
        </supported-report-set>
        <sync-token>http://radicale.org/ns/sync/ab5d56a84faa723a63fbd712e26a57971313d647cf7d826908b500ba146ac661</sync-token>
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
  </response>
  <response>
    <href>/███%40███.com/1fffb2d527bad0df90ffd9c3a78c3b358c990d07eacbb869e117cd571ebb3be0/</href>
    <propstat>
      <prop>
        <add-member />
        <CS:allowed-sharing-modes />
        <ICAL:autoprovisioned />
        <ME:bulk-requests />
        <C:calendar-alarm />
        <C:calendar-free-busy-set />
        <C:calendar-timezone />
        <C:default-alarm-vevent-date />
        <C:default-alarm-vevent-datetime />
        <CS:invite />
        <ICAL:language-code />
        <ICAL:location-code />
        <C:max-attendees-per-instance />
        <CS:pre-publish-url />
        <CS:publish-url />
        <CS:push-transports />
        <CS:pushkey />
        <quota-available-bytes />
        <quota-used-bytes />
        <ICAL:refreshrate />
        <resource-id />
        <C:schedule-calendar-transp />
        <C:schedule-default-calendar-URL />
        <CS:source />
        <CS:subscribed-strip-alarms />
        <CS:subscribed-strip-attachments />
        <CS:subscribed-strip-todos />
        <C:supported-calendar-component-sets />
      </prop>
      <status>HTTP/1.1 404 Not Found</status>
    </propstat>
    <propstat>
      <prop>
        <ICAL:calendar-color>#03a9f4ff</ICAL:calendar-color>
        <C:calendar-description />
        <ICAL:calendar-order>3</ICAL:calendar-order>
        <current-user-privilege-set>
          <privilege>
            <read />
          </privilege>
          <privilege>
            <all />
          </privilege>
          <privilege>
            <write />
          </privilege>
          <privilege>
            <write-properties />
          </privilege>
          <privilege>
            <write-content />
          </privilege>
        </current-user-privilege-set>
        <displayname>Football</displayname>
        <CS:getctag>e366fc4f6a68780e78d628f1307e42fb3c38ff40bc49a476bf6f12acc642a004</CS:getctag>
        <owner>
          <href>/███%40███.com/</href>
        </owner>
        <resourcetype>
          <C:calendar />
          <collection />
        </resourcetype>
        <C:supported-calendar-component-set>
          <C:comp name="VEVENT" />
        </C:supported-calendar-component-set>
        <supported-report-set>
          <supported-report>
            <report>
              <expand-property />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-search-property-set />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-property-search />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <sync-collection />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <C:calendar-multiget />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <C:calendar-query />
            </report>
          </supported-report>
        </supported-report-set>
        <sync-token>http://radicale.org/ns/sync/e366fc4f6a68780e78d628f1307e42fb3c38ff40bc49a476bf6f12acc642a004</sync-token>
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
  </response>
</multistatus>

[2020-06-10 23:31:34 +0200] [3121/Thread-2] [INFO] PROPFIND response status for '/███@███.com/' with depth '1' in 0.142 seconds: 207 Multi-Status
[2020-06-10 23:31:34 +0200] [3121/Thread-4] [INFO] PROPFIND request for '/███@███.com/' with depth '1' received from ::1 using 'Mac+OS+X/10.15.5 (19F101) CalendarAgent/930.5.1'
[2020-06-10 23:31:34 +0200] [3121/Thread-4] [DEBUG] Request headers:
{'CONTENT_LENGTH': '2293',
 'CONTENT_TYPE': 'text/xml',
 'GATEWAY_INTERFACE': 'CGI/1.1',
 'HTTP_ACCEPT': '*/*',
 'HTTP_ACCEPT_ENCODING': 'gzip, deflate, br',
 'HTTP_ACCEPT_LANGUAGE': 'de-at',
 'HTTP_AUTHORIZATION': 'Basic **masked**',
 'HTTP_BRIEF': 't',
 'HTTP_CONNECTION': 'keep-alive',
 'HTTP_DEPTH': '1',
 'HTTP_HOST': 'localhost:37358',
 'HTTP_PREFER': 'return=minimal',
 'HTTP_USER_AGENT': 'Mac+OS+X/10.15.5 (19F101) CalendarAgent/930.5.1',
 'PATH_INFO': '/███@███.com/',
 'QUERY_STRING': '',
 'REMOTE_ADDR': '::1',
 'REMOTE_CERTIFICATE': None,
 'REMOTE_HOST': '',
 'REQUEST_METHOD': 'PROPFIND',
 'SCRIPT_NAME': '',
 'SERVER_NAME': '1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa',
 'SERVER_PORT': '37358',
 'SERVER_PROTOCOL': 'HTTP/1.1',
 'SERVER_SOFTWARE': 'WSGIServer/0.2',
 'wsgi.errors': <_io.TextIOWrapper name='<stderr>' mode='w' encoding='UTF-8'>,
 'wsgi.file_wrapper': <class 'wsgiref.util.FileWrapper'>,
 'wsgi.input': <_io.BufferedReader name=10>,
 'wsgi.multiprocess': False,
 'wsgi.multithread': True,
 'wsgi.run_once': False,
 'wsgi.url_scheme': 'http',
 'wsgi.version': (1, 0)}
[2020-06-10 23:31:34 +0200] [3121/Thread-4] [DEBUG] Sanitized script name: ''
[2020-06-10 23:31:34 +0200] [3121/Thread-4] [DEBUG] Sanitized path: '/███@███.com/'
[2020-06-10 23:31:34 +0200] [3121/Thread-4] [INFO] Successful login: '███@███.com'
[2020-06-10 23:31:34 +0200] [3121/Thread-4] [DEBUG] Request content:
<?xml version="1.0"?>
<propfind xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav" xmlns:CS="http://calendarserver.org/ns/" xmlns:ICAL="http://apple.com/ns/ical/" xmlns:ME="http://me.com/_namespace/">
  <prop>
    <add-member />
    <CS:allowed-sharing-modes />
    <ICAL:autoprovisioned />
    <ME:bulk-requests />
    <C:calendar-alarm />
    <ICAL:calendar-color />
    <C:calendar-description />
    <C:calendar-free-busy-set />
    <ICAL:calendar-order />
    <C:calendar-timezone />
    <current-user-privilege-set />
    <C:default-alarm-vevent-date />
    <C:default-alarm-vevent-datetime />
    <displayname />
    <CS:getctag />
    <CS:invite />
    <ICAL:language-code />
    <ICAL:location-code />
    <C:max-attendees-per-instance />
    <owner />
    <CS:pre-publish-url />
    <CS:publish-url />
    <CS:push-transports />
    <CS:pushkey />
    <quota-available-bytes />
    <quota-used-bytes />
    <ICAL:refreshrate />
    <resource-id />
    <resourcetype />
    <C:schedule-calendar-transp />
    <C:schedule-default-calendar-URL />
    <CS:source />
    <CS:subscribed-strip-alarms />
    <CS:subscribed-strip-attachments />
    <CS:subscribed-strip-todos />
    <C:supported-calendar-component-set />
    <C:supported-calendar-component-sets />
    <supported-report-set />
    <sync-token />
  </prop>
</propfind>

[2020-06-10 23:31:34 +0200] [3121/Thread-4] [DEBUG] '███@███.com' has write access to collection '███@███.com'
[2020-06-10 23:31:34 +0200] [3121/Thread-4] [DEBUG] '███@███.com' has write access to collection with tag '███@███.com/25ac916bc773bd7aba43e2c77b05194e6da7c354d7cbe381ddc7122b938d4813'
[2020-06-10 23:31:34 +0200] [3121/Thread-4] [DEBUG] '███@███.com' has write access to collection with tag '███@███.com/a025298574bc6a41ceaf9c41b49a727ba86396c4608d9e2a8666ae119a6308ad'
[2020-06-10 23:31:34 +0200] [3121/Thread-4] [DEBUG] '███@███.com' has write access to collection with tag '███@███.com/9e7a9fdea9e436cb21bdccda10ac010c6585afbc42f373121bdeac05087704fb'
[2020-06-10 23:31:34 +0200] [3121/Thread-4] [DEBUG] '███@███.com' has write access to collection with tag '███@███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02'
[2020-06-10 23:31:34 +0200] [3121/Thread-4] [DEBUG] '███@███.com' has write access to collection with tag '███@███.com/1fffb2d527bad0df90ffd9c3a78c3b358c990d07eacbb869e117cd571ebb3be0'
[2020-06-10 23:31:34 +0200] [3121/Thread-4] [DEBUG] Response content:
<?xml version="1.0"?>
<multistatus xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav" xmlns:CR="urn:ietf:params:xml:ns:carddav" xmlns:CS="http://calendarserver.org/ns/" xmlns:ICAL="http://apple.com/ns/ical/" xmlns:ME="http://me.com/_namespace/">
  <response>
    <href>/███%40███.com/</href>
    <propstat>
      <prop>
        <add-member />
        <CS:allowed-sharing-modes />
        <ICAL:autoprovisioned />
        <ME:bulk-requests />
        <C:calendar-alarm />
        <ICAL:calendar-color />
        <C:calendar-description />
        <C:calendar-free-busy-set />
        <ICAL:calendar-order />
        <C:calendar-timezone />
        <current-user-privilege-set>
          <privilege>
            <read />
          </privilege>
          <privilege>
            <all />
          </privilege>
          <privilege>
            <write />
          </privilege>
          <privilege>
            <write-properties />
          </privilege>
          <privilege>
            <write-content />
          </privilege>
        </current-user-privilege-set>
        <C:default-alarm-vevent-date />
        <C:default-alarm-vevent-datetime />
        <displayname />
        <CS:invite />
        <ICAL:language-code />
        <ICAL:location-code />
        <C:max-attendees-per-instance />
        <owner>
          <href>/███%40███.com/</href>
        </owner>
        <CS:pre-publish-url />
        <CS:publish-url />
        <CS:push-transports />
        <CS:pushkey />
        <quota-available-bytes />
        <quota-used-bytes />
        <ICAL:refreshrate />
        <resource-id />
        <resourcetype>
          <principal />
          <collection />
        </resourcetype>
        <C:schedule-calendar-transp />
        <C:schedule-default-calendar-URL />
        <CS:source />
        <CS:subscribed-strip-alarms />
        <CS:subscribed-strip-attachments />
        <CS:subscribed-strip-todos />
        <C:supported-calendar-component-sets />
        <supported-report-set>
          <supported-report>
            <report>
              <expand-property />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-search-property-set />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-property-search />
            </report>
          </supported-report>
        </supported-report-set>
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
    <propstat>
      <prop>
        <CS:getctag />
        <C:supported-calendar-component-set />
        <sync-token />
      </prop>
      <status>HTTP/1.1 404 Not Found</status>
    </propstat>
  </response>
  <response>
    <href>/███%40███.com/25ac916bc773bd7aba43e2c77b05194e6da7c354d7cbe381ddc7122b938d4813/</href>
    <propstat>
      <prop>
        <add-member />
        <CS:allowed-sharing-modes />
        <ICAL:autoprovisioned />
        <ME:bulk-requests />
        <C:calendar-alarm />
        <C:calendar-free-busy-set />
        <C:calendar-timezone />
        <C:default-alarm-vevent-date />
        <C:default-alarm-vevent-datetime />
        <CS:invite />
        <ICAL:language-code />
        <ICAL:location-code />
        <C:max-attendees-per-instance />
        <CS:pre-publish-url />
        <CS:publish-url />
        <CS:push-transports />
        <CS:pushkey />
        <quota-available-bytes />
        <quota-used-bytes />
        <ICAL:refreshrate />
        <resource-id />
        <C:schedule-calendar-transp />
        <C:schedule-default-calendar-URL />
        <CS:source />
        <CS:subscribed-strip-alarms />
        <CS:subscribed-strip-attachments />
        <CS:subscribed-strip-todos />
        <C:supported-calendar-component-sets />
      </prop>
      <status>HTTP/1.1 404 Not Found</status>
    </propstat>
    <propstat>
      <prop>
        <ICAL:calendar-color>#e91e63ff</ICAL:calendar-color>
        <C:calendar-description />
        <ICAL:calendar-order>1</ICAL:calendar-order>
        <current-user-privilege-set>
          <privilege>
            <read />
          </privilege>
          <privilege>
            <all />
          </privilege>
          <privilege>
            <write />
          </privilege>
          <privilege>
            <write-properties />
          </privilege>
          <privilege>
            <write-content />
          </privilege>
        </current-user-privilege-set>
        <displayname>Default</displayname>
        <CS:getctag>d023b5965ccde5c001557e1761989ff09b610f9b1d4b9e24ac1e7777a103c9d8</CS:getctag>
        <owner>
          <href>/███%40███.com/</href>
        </owner>
        <resourcetype>
          <C:calendar />
          <collection />
        </resourcetype>
        <C:supported-calendar-component-set>
          <C:comp name="VEVENT" />
        </C:supported-calendar-component-set>
        <supported-report-set>
          <supported-report>
            <report>
              <expand-property />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-search-property-set />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-property-search />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <sync-collection />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <C:calendar-multiget />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <C:calendar-query />
            </report>
          </supported-report>
        </supported-report-set>
        <sync-token>http://radicale.org/ns/sync/d023b5965ccde5c001557e1761989ff09b610f9b1d4b9e24ac1e7777a103c9d8</sync-token>
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
  </response>
  <response>
    <href>/███%40███.com/a025298574bc6a41ceaf9c41b49a727ba86396c4608d9e2a8666ae119a6308ad/</href>
    <propstat>
      <prop>
        <add-member />
        <CS:allowed-sharing-modes />
        <ICAL:autoprovisioned />
        <ME:bulk-requests />
        <C:calendar-alarm />
        <ICAL:calendar-color />
        <C:calendar-free-busy-set />
        <ICAL:calendar-order />
        <C:calendar-timezone />
        <C:default-alarm-vevent-date />
        <C:default-alarm-vevent-datetime />
        <CS:invite />
        <ICAL:language-code />
        <ICAL:location-code />
        <C:max-attendees-per-instance />
        <CS:pre-publish-url />
        <CS:publish-url />
        <CS:push-transports />
        <CS:pushkey />
        <quota-available-bytes />
        <quota-used-bytes />
        <ICAL:refreshrate />
        <resource-id />
        <C:schedule-calendar-transp />
        <C:schedule-default-calendar-URL />
        <CS:source />
        <CS:subscribed-strip-alarms />
        <CS:subscribed-strip-attachments />
        <CS:subscribed-strip-todos />
        <C:supported-calendar-component-sets />
      </prop>
      <status>HTTP/1.1 404 Not Found</status>
    </propstat>
    <propstat>
      <prop>
        <C:calendar-description />
        <current-user-privilege-set>
          <privilege>
            <read />
          </privilege>
          <privilege>
            <all />
          </privilege>
          <privilege>
            <write />
          </privilege>
          <privilege>
            <write-properties />
          </privilege>
          <privilege>
            <write-content />
          </privilege>
        </current-user-privilege-set>
        <displayname>Default</displayname>
        <CS:getctag>a025298574bc6a41ceaf9c41b49a727ba86396c4608d9e2a8666ae119a6308ad</CS:getctag>
        <owner>
          <href>/███%40███.com/</href>
        </owner>
        <resourcetype>
          <C:calendar />
          <collection />
        </resourcetype>
        <C:supported-calendar-component-set>
          <C:comp name="VTODO" />
        </C:supported-calendar-component-set>
        <supported-report-set>
          <supported-report>
            <report>
              <expand-property />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-search-property-set />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-property-search />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <sync-collection />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <C:calendar-multiget />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <C:calendar-query />
            </report>
          </supported-report>
        </supported-report-set>
        <sync-token>http://radicale.org/ns/sync/a025298574bc6a41ceaf9c41b49a727ba86396c4608d9e2a8666ae119a6308ad</sync-token>
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
  </response>
  <response>
    <href>/███%40███.com/9e7a9fdea9e436cb21bdccda10ac010c6585afbc42f373121bdeac05087704fb/</href>
    <propstat>
      <prop>
        <add-member />
        <CS:allowed-sharing-modes />
        <ICAL:autoprovisioned />
        <ME:bulk-requests />
        <C:calendar-alarm />
        <ICAL:calendar-color />
        <C:calendar-description />
        <C:calendar-free-busy-set />
        <ICAL:calendar-order />
        <C:calendar-timezone />
        <C:default-alarm-vevent-date />
        <C:default-alarm-vevent-datetime />
        <CS:invite />
        <ICAL:language-code />
        <ICAL:location-code />
        <C:max-attendees-per-instance />
        <CS:pre-publish-url />
        <CS:publish-url />
        <CS:push-transports />
        <CS:pushkey />
        <quota-available-bytes />
        <quota-used-bytes />
        <ICAL:refreshrate />
        <resource-id />
        <C:schedule-calendar-transp />
        <C:schedule-default-calendar-URL />
        <CS:source />
        <CS:subscribed-strip-alarms />
        <CS:subscribed-strip-attachments />
        <CS:subscribed-strip-todos />
        <C:supported-calendar-component-sets />
      </prop>
      <status>HTTP/1.1 404 Not Found</status>
    </propstat>
    <propstat>
      <prop>
        <current-user-privilege-set>
          <privilege>
            <read />
          </privilege>
          <privilege>
            <all />
          </privilege>
          <privilege>
            <write />
          </privilege>
          <privilege>
            <write-properties />
          </privilege>
          <privilege>
            <write-content />
          </privilege>
        </current-user-privilege-set>
        <displayname>Default</displayname>
        <CS:getctag>9e7a9fdea9e436cb21bdccda10ac010c6585afbc42f373121bdeac05087704fb</CS:getctag>
        <owner>
          <href>/███%40███.com/</href>
        </owner>
        <resourcetype>
          <CR:addressbook />
          <collection />
        </resourcetype>
        <C:supported-calendar-component-set>
          <C:comp name="none" />
        </C:supported-calendar-component-set>
        <supported-report-set>
          <supported-report>
            <report>
              <expand-property />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-search-property-set />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-property-search />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <sync-collection />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <CR:addressbook-multiget />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <CR:addressbook-query />
            </report>
          </supported-report>
        </supported-report-set>
        <sync-token>http://radicale.org/ns/sync/9e7a9fdea9e436cb21bdccda10ac010c6585afbc42f373121bdeac05087704fb</sync-token>
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
  </response>
  <response>
    <href>/███%40███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/</href>
    <propstat>
      <prop>
        <add-member />
        <CS:allowed-sharing-modes />
        <ICAL:autoprovisioned />
        <ME:bulk-requests />
        <C:calendar-alarm />
        <C:calendar-free-busy-set />
        <C:calendar-timezone />
        <C:default-alarm-vevent-date />
        <C:default-alarm-vevent-datetime />
        <CS:invite />
        <ICAL:language-code />
        <ICAL:location-code />
        <C:max-attendees-per-instance />
        <CS:pre-publish-url />
        <CS:publish-url />
        <CS:push-transports />
        <CS:pushkey />
        <quota-available-bytes />
        <quota-used-bytes />
        <ICAL:refreshrate />
        <resource-id />
        <C:schedule-calendar-transp />
        <C:schedule-default-calendar-URL />
        <CS:source />
        <CS:subscribed-strip-alarms />
        <CS:subscribed-strip-attachments />
        <CS:subscribed-strip-todos />
        <C:supported-calendar-component-sets />
      </prop>
      <status>HTTP/1.1 404 Not Found</status>
    </propstat>
    <propstat>
      <prop>
        <ICAL:calendar-color>#4caf50ff</ICAL:calendar-color>
        <C:calendar-description />
        <ICAL:calendar-order>2</ICAL:calendar-order>
        <current-user-privilege-set>
          <privilege>
            <read />
          </privilege>
          <privilege>
            <all />
          </privilege>
          <privilege>
            <write />
          </privilege>
          <privilege>
            <write-properties />
          </privilege>
          <privilege>
            <write-content />
          </privilege>
        </current-user-privilege-set>
        <displayname>Sport</displayname>
        <CS:getctag>ab5d56a84faa723a63fbd712e26a57971313d647cf7d826908b500ba146ac661</CS:getctag>
        <owner>
          <href>/███%40███.com/</href>
        </owner>
        <resourcetype>
          <C:calendar />
          <collection />
        </resourcetype>
        <C:supported-calendar-component-set>
          <C:comp name="VEVENT" />
        </C:supported-calendar-component-set>
        <supported-report-set>
          <supported-report>
            <report>
              <expand-property />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-search-property-set />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-property-search />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <sync-collection />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <C:calendar-multiget />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <C:calendar-query />
            </report>
          </supported-report>
        </supported-report-set>
        <sync-token>http://radicale.org/ns/sync/ab5d56a84faa723a63fbd712e26a57971313d647cf7d826908b500ba146ac661</sync-token>
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
  </response>
  <response>
    <href>/███%40███.com/1fffb2d527bad0df90ffd9c3a78c3b358c990d07eacbb869e117cd571ebb3be0/</href>
    <propstat>
      <prop>
        <add-member />
        <CS:allowed-sharing-modes />
        <ICAL:autoprovisioned />
        <ME:bulk-requests />
        <C:calendar-alarm />
        <C:calendar-free-busy-set />
        <C:calendar-timezone />
        <C:default-alarm-vevent-date />
        <C:default-alarm-vevent-datetime />
        <CS:invite />
        <ICAL:language-code />
        <ICAL:location-code />
        <C:max-attendees-per-instance />
        <CS:pre-publish-url />
        <CS:publish-url />
        <CS:push-transports />
        <CS:pushkey />
        <quota-available-bytes />
        <quota-used-bytes />
        <ICAL:refreshrate />
        <resource-id />
        <C:schedule-calendar-transp />
        <C:schedule-default-calendar-URL />
        <CS:source />
        <CS:subscribed-strip-alarms />
        <CS:subscribed-strip-attachments />
        <CS:subscribed-strip-todos />
        <C:supported-calendar-component-sets />
      </prop>
      <status>HTTP/1.1 404 Not Found</status>
    </propstat>
    <propstat>
      <prop>
        <ICAL:calendar-color>#03a9f4ff</ICAL:calendar-color>
        <C:calendar-description />
        <ICAL:calendar-order>3</ICAL:calendar-order>
        <current-user-privilege-set>
          <privilege>
            <read />
          </privilege>
          <privilege>
            <all />
          </privilege>
          <privilege>
            <write />
          </privilege>
          <privilege>
            <write-properties />
          </privilege>
          <privilege>
            <write-content />
          </privilege>
        </current-user-privilege-set>
        <displayname>Football</displayname>
        <CS:getctag>e366fc4f6a68780e78d628f1307e42fb3c38ff40bc49a476bf6f12acc642a004</CS:getctag>
        <owner>
          <href>/███%40███.com/</href>
        </owner>
        <resourcetype>
          <C:calendar />
          <collection />
        </resourcetype>
        <C:supported-calendar-component-set>
          <C:comp name="VEVENT" />
        </C:supported-calendar-component-set>
        <supported-report-set>
          <supported-report>
            <report>
              <expand-property />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-search-property-set />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-property-search />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <sync-collection />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <C:calendar-multiget />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <C:calendar-query />
            </report>
          </supported-report>
        </supported-report-set>
        <sync-token>http://radicale.org/ns/sync/e366fc4f6a68780e78d628f1307e42fb3c38ff40bc49a476bf6f12acc642a004</sync-token>
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
  </response>
</multistatus>

[2020-06-10 23:31:34 +0200] [3121/Thread-4] [INFO] PROPFIND response status for '/███@███.com/' with depth '1' in 0.165 seconds: 207 Multi-Status
[2020-06-10 23:32:45 +0200] [3121/Thread-5] [INFO] PROPFIND request for '/███@███.com/' with depth '1' received from ::1 using 'Mac+OS+X/10.15.5 (19F101) CalendarAgent/930.5.1'
[2020-06-10 23:32:45 +0200] [3121/Thread-5] [DEBUG] Request headers:
{'CONTENT_LENGTH': '2293',
 'CONTENT_TYPE': 'text/xml',
 'GATEWAY_INTERFACE': 'CGI/1.1',
 'HTTP_ACCEPT': '*/*',
 'HTTP_ACCEPT_ENCODING': 'gzip, deflate, br',
 'HTTP_ACCEPT_LANGUAGE': 'de-at',
 'HTTP_BRIEF': 't',
 'HTTP_CONNECTION': 'keep-alive',
 'HTTP_DEPTH': '1',
 'HTTP_HOST': 'localhost:37358',
 'HTTP_PREFER': 'return=minimal',
 'HTTP_USER_AGENT': 'Mac+OS+X/10.15.5 (19F101) CalendarAgent/930.5.1',
 'PATH_INFO': '/███@███.com/',
 'QUERY_STRING': '',
 'REMOTE_ADDR': '::1',
 'REMOTE_CERTIFICATE': None,
 'REMOTE_HOST': '',
 'REQUEST_METHOD': 'PROPFIND',
 'SCRIPT_NAME': '',
 'SERVER_NAME': '1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa',
 'SERVER_PORT': '37358',
 'SERVER_PROTOCOL': 'HTTP/1.1',
 'SERVER_SOFTWARE': 'WSGIServer/0.2',
 'wsgi.errors': <_io.TextIOWrapper name='<stderr>' mode='w' encoding='UTF-8'>,
 'wsgi.file_wrapper': <class 'wsgiref.util.FileWrapper'>,
 'wsgi.input': <_io.BufferedReader name=9>,
 'wsgi.multiprocess': False,
 'wsgi.multithread': True,
 'wsgi.run_once': False,
 'wsgi.url_scheme': 'http',
 'wsgi.version': (1, 0)}
[2020-06-10 23:32:45 +0200] [3121/Thread-5] [DEBUG] Sanitized script name: ''
[2020-06-10 23:32:45 +0200] [3121/Thread-5] [DEBUG] Sanitized path: '/███@███.com/'
[2020-06-10 23:32:45 +0200] [3121/Thread-5] [INFO] Access to '/███@███.com/' denied for anonymous user
[2020-06-10 23:32:45 +0200] [3121/Thread-5] [DEBUG] Asking client for authentication
[2020-06-10 23:32:45 +0200] [3121/Thread-5] [DEBUG] Response content:
Access to the requested resource forbidden.
[2020-06-10 23:32:45 +0200] [3121/Thread-5] [INFO] PROPFIND response status for '/███@███.com/' with depth '1' in 0.001 seconds: 401 Unauthorized
[2020-06-10 23:32:45 +0200] [3121/Thread-6] [INFO] PROPFIND request for '/███@███.com/' with depth '1' received from ::1 using 'Mac+OS+X/10.15.5 (19F101) CalendarAgent/930.5.1'
[2020-06-10 23:32:45 +0200] [3121/Thread-6] [DEBUG] Request headers:
{'CONTENT_LENGTH': '2293',
 'CONTENT_TYPE': 'text/xml',
 'GATEWAY_INTERFACE': 'CGI/1.1',
 'HTTP_ACCEPT': '*/*',
 'HTTP_ACCEPT_ENCODING': 'gzip, deflate, br',
 'HTTP_ACCEPT_LANGUAGE': 'de-at',
 'HTTP_AUTHORIZATION': 'Basic **masked**',
 'HTTP_BRIEF': 't',
 'HTTP_CONNECTION': 'keep-alive',
 'HTTP_DEPTH': '1',
 'HTTP_HOST': 'localhost:37358',
 'HTTP_PREFER': 'return=minimal',
 'HTTP_USER_AGENT': 'Mac+OS+X/10.15.5 (19F101) CalendarAgent/930.5.1',
 'PATH_INFO': '/███@███.com/',
 'QUERY_STRING': '',
 'REMOTE_ADDR': '::1',
 'REMOTE_CERTIFICATE': None,
 'REMOTE_HOST': '',
 'REQUEST_METHOD': 'PROPFIND',
 'SCRIPT_NAME': '',
 'SERVER_NAME': '1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa',
 'SERVER_PORT': '37358',
 'SERVER_PROTOCOL': 'HTTP/1.1',
 'SERVER_SOFTWARE': 'WSGIServer/0.2',
 'wsgi.errors': <_io.TextIOWrapper name='<stderr>' mode='w' encoding='UTF-8'>,
 'wsgi.file_wrapper': <class 'wsgiref.util.FileWrapper'>,
 'wsgi.input': <_io.BufferedReader name=9>,
 'wsgi.multiprocess': False,
 'wsgi.multithread': True,
 'wsgi.run_once': False,
 'wsgi.url_scheme': 'http',
 'wsgi.version': (1, 0)}
[2020-06-10 23:32:45 +0200] [3121/Thread-6] [DEBUG] Sanitized script name: ''
[2020-06-10 23:32:45 +0200] [3121/Thread-6] [DEBUG] Sanitized path: '/███@███.com/'
[2020-06-10 23:32:45 +0200] [3121/Thread-6] [INFO] Successful login: '███@███.com'
[2020-06-10 23:32:45 +0200] [3121/Thread-6] [DEBUG] Request content:
<?xml version="1.0"?>
<propfind xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav" xmlns:CS="http://calendarserver.org/ns/" xmlns:ICAL="http://apple.com/ns/ical/" xmlns:ME="http://me.com/_namespace/">
  <prop>
    <add-member />
    <CS:allowed-sharing-modes />
    <ICAL:autoprovisioned />
    <ME:bulk-requests />
    <C:calendar-alarm />
    <ICAL:calendar-color />
    <C:calendar-description />
    <C:calendar-free-busy-set />
    <ICAL:calendar-order />
    <C:calendar-timezone />
    <current-user-privilege-set />
    <C:default-alarm-vevent-date />
    <C:default-alarm-vevent-datetime />
    <displayname />
    <CS:getctag />
    <CS:invite />
    <ICAL:language-code />
    <ICAL:location-code />
    <C:max-attendees-per-instance />
    <owner />
    <CS:pre-publish-url />
    <CS:publish-url />
    <CS:push-transports />
    <CS:pushkey />
    <quota-available-bytes />
    <quota-used-bytes />
    <ICAL:refreshrate />
    <resource-id />
    <resourcetype />
    <C:schedule-calendar-transp />
    <C:schedule-default-calendar-URL />
    <CS:source />
    <CS:subscribed-strip-alarms />
    <CS:subscribed-strip-attachments />
    <CS:subscribed-strip-todos />
    <C:supported-calendar-component-set />
    <C:supported-calendar-component-sets />
    <supported-report-set />
    <sync-token />
  </prop>
</propfind>

[2020-06-10 23:32:45 +0200] [3121/Thread-6] [DEBUG] '███@███.com' has write access to collection '███@███.com'
[2020-06-10 23:32:45 +0200] [3121/Thread-6] [DEBUG] '███@███.com' has write access to collection with tag '███@███.com/25ac916bc773bd7aba43e2c77b05194e6da7c354d7cbe381ddc7122b938d4813'
[2020-06-10 23:32:45 +0200] [3121/Thread-6] [DEBUG] '███@███.com' has write access to collection with tag '███@███.com/a025298574bc6a41ceaf9c41b49a727ba86396c4608d9e2a8666ae119a6308ad'
[2020-06-10 23:32:45 +0200] [3121/Thread-6] [DEBUG] '███@███.com' has write access to collection with tag '███@███.com/9e7a9fdea9e436cb21bdccda10ac010c6585afbc42f373121bdeac05087704fb'
[2020-06-10 23:32:45 +0200] [3121/Thread-6] [DEBUG] '███@███.com' has write access to collection with tag '███@███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02'
[2020-06-10 23:32:45 +0200] [3121/Thread-6] [DEBUG] '███@███.com' has write access to collection with tag '███@███.com/1fffb2d527bad0df90ffd9c3a78c3b358c990d07eacbb869e117cd571ebb3be0'
[2020-06-10 23:32:45 +0200] [3121/Thread-6] [DEBUG] Response content:
<?xml version="1.0"?>
<multistatus xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav" xmlns:CR="urn:ietf:params:xml:ns:carddav" xmlns:CS="http://calendarserver.org/ns/" xmlns:ICAL="http://apple.com/ns/ical/" xmlns:ME="http://me.com/_namespace/">
  <response>
    <href>/███%40███.com/</href>
    <propstat>
      <prop>
        <add-member />
        <CS:allowed-sharing-modes />
        <ICAL:autoprovisioned />
        <ME:bulk-requests />
        <C:calendar-alarm />
        <ICAL:calendar-color />
        <C:calendar-description />
        <C:calendar-free-busy-set />
        <ICAL:calendar-order />
        <C:calendar-timezone />
        <current-user-privilege-set>
          <privilege>
            <read />
          </privilege>
          <privilege>
            <all />
          </privilege>
          <privilege>
            <write />
          </privilege>
          <privilege>
            <write-properties />
          </privilege>
          <privilege>
            <write-content />
          </privilege>
        </current-user-privilege-set>
        <C:default-alarm-vevent-date />
        <C:default-alarm-vevent-datetime />
        <displayname />
        <CS:invite />
        <ICAL:language-code />
        <ICAL:location-code />
        <C:max-attendees-per-instance />
        <owner>
          <href>/███%40███.com/</href>
        </owner>
        <CS:pre-publish-url />
        <CS:publish-url />
        <CS:push-transports />
        <CS:pushkey />
        <quota-available-bytes />
        <quota-used-bytes />
        <ICAL:refreshrate />
        <resource-id />
        <resourcetype>
          <principal />
          <collection />
        </resourcetype>
        <C:schedule-calendar-transp />
        <C:schedule-default-calendar-URL />
        <CS:source />
        <CS:subscribed-strip-alarms />
        <CS:subscribed-strip-attachments />
        <CS:subscribed-strip-todos />
        <C:supported-calendar-component-sets />
        <supported-report-set>
          <supported-report>
            <report>
              <expand-property />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-search-property-set />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-property-search />
            </report>
          </supported-report>
        </supported-report-set>
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
    <propstat>
      <prop>
        <CS:getctag />
        <C:supported-calendar-component-set />
        <sync-token />
      </prop>
      <status>HTTP/1.1 404 Not Found</status>
    </propstat>
  </response>
  <response>
    <href>/███%40███.com/25ac916bc773bd7aba43e2c77b05194e6da7c354d7cbe381ddc7122b938d4813/</href>
    <propstat>
      <prop>
        <add-member />
        <CS:allowed-sharing-modes />
        <ICAL:autoprovisioned />
        <ME:bulk-requests />
        <C:calendar-alarm />
        <C:calendar-free-busy-set />
        <ICAL:calendar-order />
        <C:calendar-timezone />
        <C:default-alarm-vevent-date />
        <C:default-alarm-vevent-datetime />
        <CS:invite />
        <ICAL:language-code />
        <ICAL:location-code />
        <C:max-attendees-per-instance />
        <CS:pre-publish-url />
        <CS:publish-url />
        <CS:push-transports />
        <CS:pushkey />
        <quota-available-bytes />
        <quota-used-bytes />
        <ICAL:refreshrate />
        <resource-id />
        <C:schedule-calendar-transp />
        <C:schedule-default-calendar-URL />
        <CS:source />
        <CS:subscribed-strip-alarms />
        <CS:subscribed-strip-attachments />
        <CS:subscribed-strip-todos />
        <C:supported-calendar-component-sets />
      </prop>
      <status>HTTP/1.1 404 Not Found</status>
    </propstat>
    <propstat>
      <prop>
        <ICAL:calendar-color>#e91e63ff</ICAL:calendar-color>
        <C:calendar-description />
        <current-user-privilege-set>
          <privilege>
            <read />
          </privilege>
          <privilege>
            <all />
          </privilege>
          <privilege>
            <write />
          </privilege>
          <privilege>
            <write-properties />
          </privilege>
          <privilege>
            <write-content />
          </privilege>
        </current-user-privilege-set>
        <displayname>Default</displayname>
        <CS:getctag>d023b5965ccde5c001557e1761989ff09b610f9b1d4b9e24ac1e7777a103c9d8</CS:getctag>
        <owner>
          <href>/███%40███.com/</href>
        </owner>
        <resourcetype>
          <C:calendar />
          <collection />
        </resourcetype>
        <C:supported-calendar-component-set>
          <C:comp name="VEVENT" />
        </C:supported-calendar-component-set>
        <supported-report-set>
          <supported-report>
            <report>
              <expand-property />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-search-property-set />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-property-search />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <sync-collection />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <C:calendar-multiget />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <C:calendar-query />
            </report>
          </supported-report>
        </supported-report-set>
        <sync-token>http://radicale.org/ns/sync/d023b5965ccde5c001557e1761989ff09b610f9b1d4b9e24ac1e7777a103c9d8</sync-token>
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
  </response>
  <response>
    <href>/███%40███.com/a025298574bc6a41ceaf9c41b49a727ba86396c4608d9e2a8666ae119a6308ad/</href>
    <propstat>
      <prop>
        <add-member />
        <CS:allowed-sharing-modes />
        <ICAL:autoprovisioned />
        <ME:bulk-requests />
        <C:calendar-alarm />
        <ICAL:calendar-color />
        <C:calendar-free-busy-set />
        <ICAL:calendar-order />
        <C:calendar-timezone />
        <C:default-alarm-vevent-date />
        <C:default-alarm-vevent-datetime />
        <CS:invite />
        <ICAL:language-code />
        <ICAL:location-code />
        <C:max-attendees-per-instance />
        <CS:pre-publish-url />
        <CS:publish-url />
        <CS:push-transports />
        <CS:pushkey />
        <quota-available-bytes />
        <quota-used-bytes />
        <ICAL:refreshrate />
        <resource-id />
        <C:schedule-calendar-transp />
        <C:schedule-default-calendar-URL />
        <CS:source />
        <CS:subscribed-strip-alarms />
        <CS:subscribed-strip-attachments />
        <CS:subscribed-strip-todos />
        <C:supported-calendar-component-sets />
      </prop>
      <status>HTTP/1.1 404 Not Found</status>
    </propstat>
    <propstat>
      <prop>
        <C:calendar-description />
        <current-user-privilege-set>
          <privilege>
            <read />
          </privilege>
          <privilege>
            <all />
          </privilege>
          <privilege>
            <write />
          </privilege>
          <privilege>
            <write-properties />
          </privilege>
          <privilege>
            <write-content />
          </privilege>
        </current-user-privilege-set>
        <displayname>Default</displayname>
        <CS:getctag>a025298574bc6a41ceaf9c41b49a727ba86396c4608d9e2a8666ae119a6308ad</CS:getctag>
        <owner>
          <href>/███%40███.com/</href>
        </owner>
        <resourcetype>
          <C:calendar />
          <collection />
        </resourcetype>
        <C:supported-calendar-component-set>
          <C:comp name="VTODO" />
        </C:supported-calendar-component-set>
        <supported-report-set>
          <supported-report>
            <report>
              <expand-property />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-search-property-set />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-property-search />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <sync-collection />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <C:calendar-multiget />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <C:calendar-query />
            </report>
          </supported-report>
        </supported-report-set>
        <sync-token>http://radicale.org/ns/sync/a025298574bc6a41ceaf9c41b49a727ba86396c4608d9e2a8666ae119a6308ad</sync-token>
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
  </response>
  <response>
    <href>/███%40███.com/9e7a9fdea9e436cb21bdccda10ac010c6585afbc42f373121bdeac05087704fb/</href>
    <propstat>
      <prop>
        <add-member />
        <CS:allowed-sharing-modes />
        <ICAL:autoprovisioned />
        <ME:bulk-requests />
        <C:calendar-alarm />
        <ICAL:calendar-color />
        <C:calendar-description />
        <C:calendar-free-busy-set />
        <ICAL:calendar-order />
        <C:calendar-timezone />
        <C:default-alarm-vevent-date />
        <C:default-alarm-vevent-datetime />
        <CS:invite />
        <ICAL:language-code />
        <ICAL:location-code />
        <C:max-attendees-per-instance />
        <CS:pre-publish-url />
        <CS:publish-url />
        <CS:push-transports />
        <CS:pushkey />
        <quota-available-bytes />
        <quota-used-bytes />
        <ICAL:refreshrate />
        <resource-id />
        <C:schedule-calendar-transp />
        <C:schedule-default-calendar-URL />
        <CS:source />
        <CS:subscribed-strip-alarms />
        <CS:subscribed-strip-attachments />
        <CS:subscribed-strip-todos />
        <C:supported-calendar-component-sets />
      </prop>
      <status>HTTP/1.1 404 Not Found</status>
    </propstat>
    <propstat>
      <prop>
        <current-user-privilege-set>
          <privilege>
            <read />
          </privilege>
          <privilege>
            <all />
          </privilege>
          <privilege>
            <write />
          </privilege>
          <privilege>
            <write-properties />
          </privilege>
          <privilege>
            <write-content />
          </privilege>
        </current-user-privilege-set>
        <displayname>Default</displayname>
        <CS:getctag>9e7a9fdea9e436cb21bdccda10ac010c6585afbc42f373121bdeac05087704fb</CS:getctag>
        <owner>
          <href>/███%40███.com/</href>
        </owner>
        <resourcetype>
          <CR:addressbook />
          <collection />
        </resourcetype>
        <C:supported-calendar-component-set>
          <C:comp name="none" />
        </C:supported-calendar-component-set>
        <supported-report-set>
          <supported-report>
            <report>
              <expand-property />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-search-property-set />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-property-search />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <sync-collection />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <CR:addressbook-multiget />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <CR:addressbook-query />
            </report>
          </supported-report>
        </supported-report-set>
        <sync-token>http://radicale.org/ns/sync/9e7a9fdea9e436cb21bdccda10ac010c6585afbc42f373121bdeac05087704fb</sync-token>
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
  </response>
  <response>
    <href>/███%40███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/</href>
    <propstat>
      <prop>
        <add-member />
        <CS:allowed-sharing-modes />
        <ICAL:autoprovisioned />
        <ME:bulk-requests />
        <C:calendar-alarm />
        <C:calendar-free-busy-set />
        <ICAL:calendar-order />
        <C:calendar-timezone />
        <C:default-alarm-vevent-date />
        <C:default-alarm-vevent-datetime />
        <CS:invite />
        <ICAL:language-code />
        <ICAL:location-code />
        <C:max-attendees-per-instance />
        <CS:pre-publish-url />
        <CS:publish-url />
        <CS:push-transports />
        <CS:pushkey />
        <quota-available-bytes />
        <quota-used-bytes />
        <ICAL:refreshrate />
        <resource-id />
        <C:schedule-calendar-transp />
        <C:schedule-default-calendar-URL />
        <CS:source />
        <CS:subscribed-strip-alarms />
        <CS:subscribed-strip-attachments />
        <CS:subscribed-strip-todos />
        <C:supported-calendar-component-sets />
      </prop>
      <status>HTTP/1.1 404 Not Found</status>
    </propstat>
    <propstat>
      <prop>
        <ICAL:calendar-color>#4caf50ff</ICAL:calendar-color>
        <C:calendar-description />
        <current-user-privilege-set>
          <privilege>
            <read />
          </privilege>
          <privilege>
            <all />
          </privilege>
          <privilege>
            <write />
          </privilege>
          <privilege>
            <write-properties />
          </privilege>
          <privilege>
            <write-content />
          </privilege>
        </current-user-privilege-set>
        <displayname>Sport</displayname>
        <CS:getctag>4cd46e0b63391b44cd2fa13d3b0c0f0c6ff2f3d91e04c0ba7cbd4e8128809705</CS:getctag>
        <owner>
          <href>/███%40███.com/</href>
        </owner>
        <resourcetype>
          <C:calendar />
          <collection />
        </resourcetype>
        <C:supported-calendar-component-set>
          <C:comp name="VEVENT" />
        </C:supported-calendar-component-set>
        <supported-report-set>
          <supported-report>
            <report>
              <expand-property />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-search-property-set />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-property-search />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <sync-collection />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <C:calendar-multiget />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <C:calendar-query />
            </report>
          </supported-report>
        </supported-report-set>
        <sync-token>http://radicale.org/ns/sync/4cd46e0b63391b44cd2fa13d3b0c0f0c6ff2f3d91e04c0ba7cbd4e8128809705</sync-token>
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
  </response>
  <response>
    <href>/███%40███.com/1fffb2d527bad0df90ffd9c3a78c3b358c990d07eacbb869e117cd571ebb3be0/</href>
    <propstat>
      <prop>
        <add-member />
        <CS:allowed-sharing-modes />
        <ICAL:autoprovisioned />
        <ME:bulk-requests />
        <C:calendar-alarm />
        <C:calendar-free-busy-set />
        <ICAL:calendar-order />
        <C:calendar-timezone />
        <C:default-alarm-vevent-date />
        <C:default-alarm-vevent-datetime />
        <CS:invite />
        <ICAL:language-code />
        <ICAL:location-code />
        <C:max-attendees-per-instance />
        <CS:pre-publish-url />
        <CS:publish-url />
        <CS:push-transports />
        <CS:pushkey />
        <quota-available-bytes />
        <quota-used-bytes />
        <ICAL:refreshrate />
        <resource-id />
        <C:schedule-calendar-transp />
        <C:schedule-default-calendar-URL />
        <CS:source />
        <CS:subscribed-strip-alarms />
        <CS:subscribed-strip-attachments />
        <CS:subscribed-strip-todos />
        <C:supported-calendar-component-sets />
      </prop>
      <status>HTTP/1.1 404 Not Found</status>
    </propstat>
    <propstat>
      <prop>
        <ICAL:calendar-color>#03a9f4ff</ICAL:calendar-color>
        <C:calendar-description />
        <current-user-privilege-set>
          <privilege>
            <read />
          </privilege>
          <privilege>
            <all />
          </privilege>
          <privilege>
            <write />
          </privilege>
          <privilege>
            <write-properties />
          </privilege>
          <privilege>
            <write-content />
          </privilege>
        </current-user-privilege-set>
        <displayname>Football</displayname>
        <CS:getctag>e366fc4f6a68780e78d628f1307e42fb3c38ff40bc49a476bf6f12acc642a004</CS:getctag>
        <owner>
          <href>/███%40███.com/</href>
        </owner>
        <resourcetype>
          <C:calendar />
          <collection />
        </resourcetype>
        <C:supported-calendar-component-set>
          <C:comp name="VEVENT" />
        </C:supported-calendar-component-set>
        <supported-report-set>
          <supported-report>
            <report>
              <expand-property />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-search-property-set />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-property-search />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <sync-collection />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <C:calendar-multiget />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <C:calendar-query />
            </report>
          </supported-report>
        </supported-report-set>
        <sync-token>http://radicale.org/ns/sync/e366fc4f6a68780e78d628f1307e42fb3c38ff40bc49a476bf6f12acc642a004</sync-token>
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
  </response>
</multistatus>

[2020-06-10 23:32:45 +0200] [3121/Thread-6] [INFO] PROPFIND response status for '/███@███.com/' with depth '1' in 0.063 seconds: 207 Multi-Status
[2020-06-10 23:32:45 +0200] [3121/Thread-7] [INFO] PROPPATCH request for '/███@███.com/1fffb2d527bad0df90ffd9c3a78c3b358c990d07eacbb869e117cd571ebb3be0/' received from ::1 using 'Mac+OS+X/10.15.5 (19F101) CalendarAgent/930.5.1'
[2020-06-10 23:32:45 +0200] [3121/Thread-7] [DEBUG] Request headers:
{'CONTENT_LENGTH': '198',
 'CONTENT_TYPE': 'text/xml',
 'GATEWAY_INTERFACE': 'CGI/1.1',
 'HTTP_ACCEPT': '*/*',
 'HTTP_ACCEPT_ENCODING': 'gzip, deflate, br',
 'HTTP_ACCEPT_LANGUAGE': 'de-at',
 'HTTP_AUTHORIZATION': 'Basic **masked**',
 'HTTP_CONNECTION': 'keep-alive',
 'HTTP_HOST': 'localhost:37358',
 'HTTP_USER_AGENT': 'Mac+OS+X/10.15.5 (19F101) CalendarAgent/930.5.1',
 'PATH_INFO': '/███@███.com/1fffb2d527bad0df90ffd9c3a78c3b358c990d07eacbb869e117cd571ebb3be0/',
 'QUERY_STRING': '',
 'REMOTE_ADDR': '::1',
 'REMOTE_CERTIFICATE': None,
 'REMOTE_HOST': '',
 'REQUEST_METHOD': 'PROPPATCH',
 'SCRIPT_NAME': '',
 'SERVER_NAME': '1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa',
 'SERVER_PORT': '37358',
 'SERVER_PROTOCOL': 'HTTP/1.1',
 'SERVER_SOFTWARE': 'WSGIServer/0.2',
 'wsgi.errors': <_io.TextIOWrapper name='<stderr>' mode='w' encoding='UTF-8'>,
 'wsgi.file_wrapper': <class 'wsgiref.util.FileWrapper'>,
 'wsgi.input': <_io.BufferedReader name=9>,
 'wsgi.multiprocess': False,
 'wsgi.multithread': True,
 'wsgi.run_once': False,
 'wsgi.url_scheme': 'http',
 'wsgi.version': (1, 0)}
[2020-06-10 23:32:45 +0200] [3121/Thread-7] [DEBUG] Sanitized script name: ''
[2020-06-10 23:32:45 +0200] [3121/Thread-7] [DEBUG] Sanitized path: '/███@███.com/1fffb2d527bad0df90ffd9c3a78c3b358c990d07eacbb869e117cd571ebb3be0/'
[2020-06-10 23:32:45 +0200] [3121/Thread-7] [INFO] Successful login: '███@███.com'
[2020-06-10 23:32:45 +0200] [3121/Thread-7] [DEBUG] Request content:
<?xml version="1.0"?>
<propertyupdate xmlns="DAV:" xmlns:ICAL="http://apple.com/ns/ical/">
  <set>
    <prop>
      <ICAL:calendar-order>3</ICAL:calendar-order>
    </prop>
  </set>
</propertyupdate>

[2020-06-10 23:32:45 +0200] [3121/Thread-7] [DEBUG] Response content:
<?xml version="1.0"?>
<multistatus xmlns="DAV:" xmlns:ICAL="http://apple.com/ns/ical/">
  <response>
    <href>/███%40███.com/1fffb2d527bad0df90ffd9c3a78c3b358c990d07eacbb869e117cd571ebb3be0/</href>
    <propstat>
      <prop>
        <ICAL:calendar-order />
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
  </response>
</multistatus>

[2020-06-10 23:32:45 +0200] [3121/Thread-7] [INFO] PROPPATCH response status for '/███@███.com/1fffb2d527bad0df90ffd9c3a78c3b358c990d07eacbb869e117cd571ebb3be0/' in 0.015 seconds: 207 Multi-Status
[2020-06-10 23:32:45 +0200] [3121/Thread-8] [INFO] PROPPATCH request for '/███@███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/' received from ::1 using 'Mac+OS+X/10.15.5 (19F101) CalendarAgent/930.5.1'
[2020-06-10 23:32:45 +0200] [3121/Thread-8] [DEBUG] Request headers:
{'CONTENT_LENGTH': '198',
 'CONTENT_TYPE': 'text/xml',
 'GATEWAY_INTERFACE': 'CGI/1.1',
 'HTTP_ACCEPT': '*/*',
 'HTTP_ACCEPT_ENCODING': 'gzip, deflate, br',
 'HTTP_ACCEPT_LANGUAGE': 'de-at',
 'HTTP_AUTHORIZATION': 'Basic **masked**',
 'HTTP_CONNECTION': 'keep-alive',
 'HTTP_HOST': 'localhost:37358',
 'HTTP_USER_AGENT': 'Mac+OS+X/10.15.5 (19F101) CalendarAgent/930.5.1',
 'PATH_INFO': '/███@███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/',
 'QUERY_STRING': '',
 'REMOTE_ADDR': '::1',
 'REMOTE_CERTIFICATE': None,
 'REMOTE_HOST': '',
 'REQUEST_METHOD': 'PROPPATCH',
 'SCRIPT_NAME': '',
 'SERVER_NAME': '1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa',
 'SERVER_PORT': '37358',
 'SERVER_PROTOCOL': 'HTTP/1.1',
 'SERVER_SOFTWARE': 'WSGIServer/0.2',
 'wsgi.errors': <_io.TextIOWrapper name='<stderr>' mode='w' encoding='UTF-8'>,
 'wsgi.file_wrapper': <class 'wsgiref.util.FileWrapper'>,
 'wsgi.input': <_io.BufferedReader name=9>,
 'wsgi.multiprocess': False,
 'wsgi.multithread': True,
 'wsgi.run_once': False,
 'wsgi.url_scheme': 'http',
 'wsgi.version': (1, 0)}
[2020-06-10 23:32:45 +0200] [3121/Thread-8] [DEBUG] Sanitized script name: ''
[2020-06-10 23:32:45 +0200] [3121/Thread-8] [DEBUG] Sanitized path: '/███@███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/'
[2020-06-10 23:32:45 +0200] [3121/Thread-8] [INFO] Successful login: '███@███.com'
[2020-06-10 23:32:45 +0200] [3121/Thread-8] [DEBUG] Request content:
<?xml version="1.0"?>
<propertyupdate xmlns="DAV:" xmlns:ICAL="http://apple.com/ns/ical/">
  <set>
    <prop>
      <ICAL:calendar-order>2</ICAL:calendar-order>
    </prop>
  </set>
</propertyupdate>

[2020-06-10 23:32:45 +0200] [3121/Thread-8] [DEBUG] Response content:
<?xml version="1.0"?>
<multistatus xmlns="DAV:" xmlns:ICAL="http://apple.com/ns/ical/">
  <response>
    <href>/███%40███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/</href>
    <propstat>
      <prop>
        <ICAL:calendar-order />
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
  </response>
</multistatus>

[2020-06-10 23:32:45 +0200] [3121/Thread-8] [INFO] PROPPATCH response status for '/███@███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/' in 0.016 seconds: 207 Multi-Status
[2020-06-10 23:32:45 +0200] [3121/Thread-9] [INFO] PROPPATCH request for '/███@███.com/25ac916bc773bd7aba43e2c77b05194e6da7c354d7cbe381ddc7122b938d4813/' received from ::1 using 'Mac+OS+X/10.15.5 (19F101) CalendarAgent/930.5.1'
[2020-06-10 23:32:45 +0200] [3121/Thread-9] [DEBUG] Request headers:
{'CONTENT_LENGTH': '198',
 'CONTENT_TYPE': 'text/xml',
 'GATEWAY_INTERFACE': 'CGI/1.1',
 'HTTP_ACCEPT': '*/*',
 'HTTP_ACCEPT_ENCODING': 'gzip, deflate, br',
 'HTTP_ACCEPT_LANGUAGE': 'de-at',
 'HTTP_AUTHORIZATION': 'Basic **masked**',
 'HTTP_CONNECTION': 'keep-alive',
 'HTTP_HOST': 'localhost:37358',
 'HTTP_USER_AGENT': 'Mac+OS+X/10.15.5 (19F101) CalendarAgent/930.5.1',
 'PATH_INFO': '/███@███.com/25ac916bc773bd7aba43e2c77b05194e6da7c354d7cbe381ddc7122b938d4813/',
 'QUERY_STRING': '',
 'REMOTE_ADDR': '::1',
 'REMOTE_CERTIFICATE': None,
 'REMOTE_HOST': '',
 'REQUEST_METHOD': 'PROPPATCH',
 'SCRIPT_NAME': '',
 'SERVER_NAME': '1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa',
 'SERVER_PORT': '37358',
 'SERVER_PROTOCOL': 'HTTP/1.1',
 'SERVER_SOFTWARE': 'WSGIServer/0.2',
 'wsgi.errors': <_io.TextIOWrapper name='<stderr>' mode='w' encoding='UTF-8'>,
 'wsgi.file_wrapper': <class 'wsgiref.util.FileWrapper'>,
 'wsgi.input': <_io.BufferedReader name=9>,
 'wsgi.multiprocess': False,
 'wsgi.multithread': True,
 'wsgi.run_once': False,
 'wsgi.url_scheme': 'http',
 'wsgi.version': (1, 0)}
[2020-06-10 23:32:45 +0200] [3121/Thread-9] [DEBUG] Sanitized script name: ''
[2020-06-10 23:32:45 +0200] [3121/Thread-9] [DEBUG] Sanitized path: '/███@███.com/25ac916bc773bd7aba43e2c77b05194e6da7c354d7cbe381ddc7122b938d4813/'
[2020-06-10 23:32:45 +0200] [3121/Thread-9] [INFO] Successful login: '███@███.com'
[2020-06-10 23:32:45 +0200] [3121/Thread-9] [DEBUG] Request content:
<?xml version="1.0"?>
<propertyupdate xmlns="DAV:" xmlns:ICAL="http://apple.com/ns/ical/">
  <set>
    <prop>
      <ICAL:calendar-order>1</ICAL:calendar-order>
    </prop>
  </set>
</propertyupdate>

[2020-06-10 23:32:45 +0200] [3121/Thread-9] [DEBUG] Response content:
<?xml version="1.0"?>
<multistatus xmlns="DAV:" xmlns:ICAL="http://apple.com/ns/ical/">
  <response>
    <href>/███%40███.com/25ac916bc773bd7aba43e2c77b05194e6da7c354d7cbe381ddc7122b938d4813/</href>
    <propstat>
      <prop>
        <ICAL:calendar-order />
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
  </response>
</multistatus>

[2020-06-10 23:32:45 +0200] [3121/Thread-9] [INFO] PROPPATCH response status for '/███@███.com/25ac916bc773bd7aba43e2c77b05194e6da7c354d7cbe381ddc7122b938d4813/' in 0.015 seconds: 207 Multi-Status
[2020-06-10 23:32:45 +0200] [3121/Thread-10] [INFO] REPORT request for '/███@███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/' with depth '1' received from ::1 using 'Mac+OS+X/10.15.5 (19F101) CalendarAgent/930.5.1'
[2020-06-10 23:32:45 +0200] [3121/Thread-10] [DEBUG] Request headers:
{'CONTENT_LENGTH': '316',
 'CONTENT_TYPE': 'text/xml',
 'GATEWAY_INTERFACE': 'CGI/1.1',
 'HTTP_ACCEPT': '*/*',
 'HTTP_ACCEPT_ENCODING': 'gzip, deflate, br',
 'HTTP_ACCEPT_LANGUAGE': 'de-at',
 'HTTP_AUTHORIZATION': 'Basic **masked**',
 'HTTP_BRIEF': 't',
 'HTTP_CONNECTION': 'keep-alive',
 'HTTP_DEPTH': '1',
 'HTTP_HOST': 'localhost:37358',
 'HTTP_PREFER': 'return=minimal',
 'HTTP_USER_AGENT': 'Mac+OS+X/10.15.5 (19F101) CalendarAgent/930.5.1',
 'PATH_INFO': '/███@███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/',
 'QUERY_STRING': '',
 'REMOTE_ADDR': '::1',
 'REMOTE_CERTIFICATE': None,
 'REMOTE_HOST': '',
 'REQUEST_METHOD': 'REPORT',
 'SCRIPT_NAME': '',
 'SERVER_NAME': '1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa',
 'SERVER_PORT': '37358',
 'SERVER_PROTOCOL': 'HTTP/1.1',
 'SERVER_SOFTWARE': 'WSGIServer/0.2',
 'wsgi.errors': <_io.TextIOWrapper name='<stderr>' mode='w' encoding='UTF-8'>,
 'wsgi.file_wrapper': <class 'wsgiref.util.FileWrapper'>,
 'wsgi.input': <_io.BufferedReader name=9>,
 'wsgi.multiprocess': False,
 'wsgi.multithread': True,
 'wsgi.run_once': False,
 'wsgi.url_scheme': 'http',
 'wsgi.version': (1, 0)}
[2020-06-10 23:32:45 +0200] [3121/Thread-10] [DEBUG] Sanitized script name: ''
[2020-06-10 23:32:45 +0200] [3121/Thread-10] [DEBUG] Sanitized path: '/███@███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/'
[2020-06-10 23:32:45 +0200] [3121/Thread-10] [INFO] Successful login: '███@███.com'
[2020-06-10 23:32:45 +0200] [3121/Thread-10] [DEBUG] Request content:
<?xml version="1.0"?>
<sync-collection xmlns="DAV:">
  <sync-token>http://radicale.org/ns/sync/ab5d56a84faa723a63fbd712e26a57971313d647cf7d826908b500ba146ac661</sync-token>
  <sync-level>1</sync-level>
  <prop>
    <getetag />
    <getcontenttype />
  </prop>
</sync-collection>

[2020-06-10 23:32:45 +0200] [3121/Thread-10] [DEBUG] Client provided sync token: 'http://radicale.org/ns/sync/ab5d56a84faa723a63fbd712e26a57971313d647cf7d826908b500ba146ac661'
[2020-06-10 23:32:45 +0200] [3121/Thread-10] [DEBUG] Response content:
<?xml version="1.0"?>
<multistatus xmlns="DAV:">
  <sync-token>http://radicale.org/ns/sync/4cd46e0b63391b44cd2fa13d3b0c0f0c6ff2f3d91e04c0ba7cbd4e8128809705</sync-token>
  <response>
    <href>/███%40███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/C46B7FBF-73B1-44D8-AD7B-791D157B5019.ics</href>
    <propstat>
      <prop>
        <getetag>"46f23bc2ac7c2a6de6f3c818b21d3e610d4c66f1984847b8bcc0fecdc370d47a"</getetag>
        <getcontenttype>text/calendar;charset=utf-8;component=VEVENT</getcontenttype>
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
  </response>
  <response>
    <href>/███%40███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/5955C6E2-F442-43E0-B290-FCF1094ACA56.ics</href>
    <propstat>
      <prop>
        <getetag>"6b75e18dac1b0019f0b2ea8187cc1473a746275b50532ec4b55383623e2ece9e"</getetag>
        <getcontenttype>text/calendar;charset=utf-8;component=VEVENT</getcontenttype>
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
  </response>
  <response>
    <href>/███%40███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/36253583bc47adfd538195788d631ac265549d3df63bfe9b63f4a0d0bedf01a0.ics</href>
    <propstat>
      <prop>
        <getetag>"d08b09ce40e5f6fda5d0c8af016d1bc634281f96698c1b38502a1d7473279e61"</getetag>
        <getcontenttype>text/calendar;charset=utf-8;component=VEVENT</getcontenttype>
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
  </response>
  <response>
    <href>/███%40███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/CB6C1D21-DD0E-4E0B-B333-87CC2AC60D6D.ics</href>
    <propstat>
      <prop>
        <getetag>"cc4e98099a2c6b8641ac8b2e2c5245883048135bb5fc080c79ca849894107a0c"</getetag>
        <getcontenttype>text/calendar;charset=utf-8;component=VEVENT</getcontenttype>
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
  </response>
  <response>
    <href>/███%40███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/E491C277-2671-4C01-9E75-5D69E26122BB.ics</href>
    <propstat>
      <prop>
        <getetag>"4d1a456377895f51bf6d8a320ab1566c69a04de9b2661835cad3ac744fc8b2d5"</getetag>
        <getcontenttype>text/calendar;charset=utf-8;component=VEVENT</getcontenttype>
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
  </response>
  <response>
    <href>/███%40███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/BEB7C737-AE9D-48DE-8A08-0E5DCEE1E5BF.ics</href>
    <propstat>
      <prop>
        <getetag>"c015be4e5ab00d7a7c574ef386ec9ffa86566114a75e82e733465c5087e2b756"</getetag>
        <getcontenttype>text/calendar;charset=utf-8;component=VEVENT</getcontenttype>
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
  </response>
  <response>
    <href>/███%40███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/0b00e31724d94214bb24259b3a9e1e3c81160b759d1b4f05c09150dcaff32851.ics</href>
    <propstat>
      <prop>
        <getetag>"5cc236fefb42516a154fcd78f63e3a19087386e5922dfe2e2e55e763523e948d"</getetag>
        <getcontenttype>text/calendar;charset=utf-8;component=VEVENT</getcontenttype>
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
  </response>
  <response>
    <href>/███%40███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/fddb09efd2705f23f5c3322fc9f03054f4bbfb41c9952ae49c01b10101eeb7aa.ics</href>
    <propstat>
      <prop>
        <getetag>"c68745ccd823765e49e79e95440d2bd20ad690a3dd3428341048bd6fe84f3648"</getetag>
        <getcontenttype>text/calendar;charset=utf-8;component=VEVENT</getcontenttype>
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
  </response>
  <response>
    <href>/███%40███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/8e68b71b396aa8e2da1d9a2d53e1f0190e3700e86958e465dad447af48d89f14.ics</href>
    <propstat>
      <prop>
        <getetag>"11a2a8d7f72ec1b472201b4dea59886f20672983c7f3d98c4d20f2eaa7e23d62"</getetag>
        <getcontenttype>text/calendar;charset=utf-8;component=VEVENT</getcontenttype>
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
  </response>
</multistatus>

[2020-06-10 23:32:45 +0200] [3121/Thread-10] [INFO] REPORT response status for '/███@███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/' with depth '1' in 0.107 seconds: 207 Multi-Status
[2020-06-10 23:32:45 +0200] [3121/Thread-11] [INFO] REPORT request for '/███@███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/' received from ::1 using 'Mac+OS+X/10.15.5 (19F101) CalendarAgent/930.5.1'
[2020-06-10 23:32:45 +0200] [3121/Thread-11] [DEBUG] Request headers:
{'CONTENT_LENGTH': '1094',
 'CONTENT_TYPE': 'text/xml',
 'GATEWAY_INTERFACE': 'CGI/1.1',
 'HTTP_ACCEPT': '*/*',
 'HTTP_ACCEPT_ENCODING': 'gzip, deflate, br',
 'HTTP_ACCEPT_LANGUAGE': 'de-at',
 'HTTP_AUTHORIZATION': 'Basic **masked**',
 'HTTP_CONNECTION': 'keep-alive',
 'HTTP_HOST': 'localhost:37358',
 'HTTP_USER_AGENT': 'Mac+OS+X/10.15.5 (19F101) CalendarAgent/930.5.1',
 'PATH_INFO': '/███@███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/',
 'QUERY_STRING': '',
 'REMOTE_ADDR': '::1',
 'REMOTE_CERTIFICATE': None,
 'REMOTE_HOST': '',
 'REQUEST_METHOD': 'REPORT',
 'SCRIPT_NAME': '',
 'SERVER_NAME': '1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa',
 'SERVER_PORT': '37358',
 'SERVER_PROTOCOL': 'HTTP/1.1',
 'SERVER_SOFTWARE': 'WSGIServer/0.2',
 'wsgi.errors': <_io.TextIOWrapper name='<stderr>' mode='w' encoding='UTF-8'>,
 'wsgi.file_wrapper': <class 'wsgiref.util.FileWrapper'>,
 'wsgi.input': <_io.BufferedReader name=9>,
 'wsgi.multiprocess': False,
 'wsgi.multithread': True,
 'wsgi.run_once': False,
 'wsgi.url_scheme': 'http',
 'wsgi.version': (1, 0)}
[2020-06-10 23:32:45 +0200] [3121/Thread-11] [DEBUG] Sanitized script name: ''
[2020-06-10 23:32:45 +0200] [3121/Thread-11] [DEBUG] Sanitized path: '/███@███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/'
[2020-06-10 23:32:45 +0200] [3121/Thread-11] [INFO] Successful login: '███@███.com'
[2020-06-10 23:32:45 +0200] [3121/Thread-11] [DEBUG] Request content:
<?xml version="1.0"?>
<C:calendar-multiget xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav" xmlns:CS="http://calendarserver.org/ns/">
  <prop>
    <getetag />
    <C:calendar-data />
    <CS:updated-by />
    <CS:created-by />
  </prop>
  <href>/███%40███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/0b00e31724d94214bb24259b3a9e1e3c81160b759d1b4f05c09150dcaff32851.ics</href>
  <href>/███%40███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/fddb09efd2705f23f5c3322fc9f03054f4bbfb41c9952ae49c01b10101eeb7aa.ics</href>
  <href>/███%40███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/36253583bc47adfd538195788d631ac265549d3df63bfe9b63f4a0d0bedf01a0.ics</href>
  <href>/███%40███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/8e68b71b396aa8e2da1d9a2d53e1f0190e3700e86958e465dad447af48d89f14.ics</href>
</C:calendar-multiget>

[2020-06-10 23:32:45 +0200] [3121/Thread-11] [DEBUG] Response content:
<?xml version="1.0"?>
<multistatus xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav" xmlns:CS="http://calendarserver.org/ns/">
  <response>
    <href>/███%40███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/0b00e31724d94214bb24259b3a9e1e3c81160b759d1b4f05c09150dcaff32851.ics</href>
    <propstat>
      <prop>
        <getetag>"5cc236fefb42516a154fcd78f63e3a19087386e5922dfe2e2e55e763523e948d"</getetag>
        <C:calendar-data>BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//iCal.js EteSync iOS
BEGIN:VTIMEZONE
TZID:Europe/Vienna
BEGIN:STANDARD
DTSTART:19701025T030000
RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU
TZNAME:CET
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:19700329T020000
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU
TZNAME:CEST
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
UID:791B40A0-4427-4E79-80F5-38AC5279FED5
DTSTART;TZID=Europe/Vienna:20200613T110000
DTEND;TZID=Europe/Vienna:20200613T120000
DTSTAMP:20200610T213245Z
SUMMARY:Ip Z
END:VEVENT
END:VCALENDAR
</C:calendar-data>
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
    <propstat>
      <prop>
        <CS:updated-by />
        <CS:created-by />
      </prop>
      <status>HTTP/1.1 404 Not Found</status>
    </propstat>
  </response>
  <response>
    <href>/███%40███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/8e68b71b396aa8e2da1d9a2d53e1f0190e3700e86958e465dad447af48d89f14.ics</href>
    <propstat>
      <prop>
        <getetag>"11a2a8d7f72ec1b472201b4dea59886f20672983c7f3d98c4d20f2eaa7e23d62"</getetag>
        <C:calendar-data>BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//iCal.js EteSync iOS
BEGIN:VTIMEZONE
TZID:Europe/Vienna
BEGIN:STANDARD
DTSTART:19701025T030000
RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU
TZNAME:CET
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:19700329T020000
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU
TZNAME:CEST
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
UID:A537EDC3-899A-4FE8-B594-A1A527FD29F5
DTSTART;TZID=Europe/Vienna:20200613T170000
DTEND;TZID=Europe/Vienna:20200613T180000
DTSTAMP:20200610T213245Z
SUMMARY:Sport iPhone A
END:VEVENT
END:VCALENDAR
</C:calendar-data>
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
    <propstat>
      <prop>
        <CS:updated-by />
        <CS:created-by />
      </prop>
      <status>HTTP/1.1 404 Not Found</status>
    </propstat>
  </response>
  <response>
    <href>/███%40███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/fddb09efd2705f23f5c3322fc9f03054f4bbfb41c9952ae49c01b10101eeb7aa.ics</href>
    <propstat>
      <prop>
        <getetag>"c68745ccd823765e49e79e95440d2bd20ad690a3dd3428341048bd6fe84f3648"</getetag>
        <C:calendar-data>BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//iCal.js EteSync iOS
BEGIN:VTIMEZONE
TZID:Europe/Vienna
BEGIN:STANDARD
DTSTART:19701025T030000
RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU
TZNAME:CET
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:19700329T020000
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU
TZNAME:CEST
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
UID:F095FCC4-A557-45F2-A98E-837B8BA17C7B
DTSTART;TZID=Europe/Vienna:20200613T130000
DTEND;TZID=Europe/Vienna:20200613T140000
DTSTAMP:20200610T213245Z
SUMMARY:Ip zz
END:VEVENT
END:VCALENDAR
</C:calendar-data>
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
    <propstat>
      <prop>
        <CS:updated-by />
        <CS:created-by />
      </prop>
      <status>HTTP/1.1 404 Not Found</status>
    </propstat>
  </response>
  <response>
    <href>/███%40███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/36253583bc47adfd538195788d631ac265549d3df63bfe9b63f4a0d0bedf01a0.ics</href>
    <propstat>
      <prop>
        <getetag>"d08b09ce40e5f6fda5d0c8af016d1bc634281f96698c1b38502a1d7473279e61"</getetag>
        <C:calendar-data>BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//iCal.js EteSync iOS
BEGIN:VTIMEZONE
TZID:Europe/Vienna
BEGIN:STANDARD
DTSTART:19701025T030000
RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU
TZNAME:CET
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:19700329T020000
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU
TZNAME:CEST
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
UID:84B872FD-633E-4065-8252-8E67644C606E
DTSTART;TZID=Europe/Vienna:20200612T220000
DTEND;TZID=Europe/Vienna:20200612T230000
DESCRIPTION:Some comment. 
DTSTAMP:20200610T213245Z
LAST-MODIFIED;X-VOBJ-FLOATINGTIME-ALLOWED=TRUE:20200610T225545
LOCATION:
SUMMARY:Ip Y web 1
END:VEVENT
END:VCALENDAR
</C:calendar-data>
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
    <propstat>
      <prop>
        <CS:updated-by />
        <CS:created-by />
      </prop>
      <status>HTTP/1.1 404 Not Found</status>
    </propstat>
  </response>
</multistatus>

[2020-06-10 23:32:45 +0200] [3121/Thread-11] [INFO] REPORT response status for '/███@███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/' in 0.065 seconds: 207 Multi-Status
# The first loading did not include it at all. Now this one did.                                   ^ # Will now edit title of event
[2020-06-10 23:34:04 +0200] [3121/Thread-12] [INFO] PROPFIND request for '/███@███.com/' with depth '1' received from ::1 using 'Mac+OS+X/10.15.5 (19F101) CalendarAgent/930.5.1'
[2020-06-10 23:34:04 +0200] [3121/Thread-12] [DEBUG] Request headers:
{'CONTENT_LENGTH': '2293',
 'CONTENT_TYPE': 'text/xml',
 'GATEWAY_INTERFACE': 'CGI/1.1',
 'HTTP_ACCEPT': '*/*',
 'HTTP_ACCEPT_ENCODING': 'gzip, deflate, br',
 'HTTP_ACCEPT_LANGUAGE': 'de-at',
 'HTTP_BRIEF': 't',
 'HTTP_CONNECTION': 'keep-alive',
 'HTTP_DEPTH': '1',
 'HTTP_HOST': 'localhost:37358',
 'HTTP_PREFER': 'return=minimal',
 'HTTP_USER_AGENT': 'Mac+OS+X/10.15.5 (19F101) CalendarAgent/930.5.1',
 'PATH_INFO': '/███@███.com/',
 'QUERY_STRING': '',
 'REMOTE_ADDR': '::1',
 'REMOTE_CERTIFICATE': None,
 'REMOTE_HOST': '',
 'REQUEST_METHOD': 'PROPFIND',
 'SCRIPT_NAME': '',
 'SERVER_NAME': '1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa',
 'SERVER_PORT': '37358',
 'SERVER_PROTOCOL': 'HTTP/1.1',
 'SERVER_SOFTWARE': 'WSGIServer/0.2',
 'wsgi.errors': <_io.TextIOWrapper name='<stderr>' mode='w' encoding='UTF-8'>,
 'wsgi.file_wrapper': <class 'wsgiref.util.FileWrapper'>,
 'wsgi.input': <_io.BufferedReader name=9>,
 'wsgi.multiprocess': False,
 'wsgi.multithread': True,
 'wsgi.run_once': False,
 'wsgi.url_scheme': 'http',
 'wsgi.version': (1, 0)}
[2020-06-10 23:34:04 +0200] [3121/Thread-12] [DEBUG] Sanitized script name: ''
[2020-06-10 23:34:04 +0200] [3121/Thread-12] [DEBUG] Sanitized path: '/███@███.com/'
[2020-06-10 23:34:04 +0200] [3121/Thread-12] [INFO] Access to '/███@███.com/' denied for anonymous user
[2020-06-10 23:34:04 +0200] [3121/Thread-12] [DEBUG] Asking client for authentication
[2020-06-10 23:34:04 +0200] [3121/Thread-12] [DEBUG] Response content:
Access to the requested resource forbidden.
[2020-06-10 23:34:04 +0200] [3121/Thread-12] [INFO] PROPFIND response status for '/███@███.com/' with depth '1' in 0.001 seconds: 401 Unauthorized
[2020-06-10 23:34:04 +0200] [3121/Thread-13] [INFO] PROPFIND request for '/███@███.com/' with depth '1' received from ::1 using 'Mac+OS+X/10.15.5 (19F101) CalendarAgent/930.5.1'
[2020-06-10 23:34:04 +0200] [3121/Thread-13] [DEBUG] Request headers:
{'CONTENT_LENGTH': '2293',
 'CONTENT_TYPE': 'text/xml',
 'GATEWAY_INTERFACE': 'CGI/1.1',
 'HTTP_ACCEPT': '*/*',
 'HTTP_ACCEPT_ENCODING': 'gzip, deflate, br',
 'HTTP_ACCEPT_LANGUAGE': 'de-at',
 'HTTP_AUTHORIZATION': 'Basic **masked**',
 'HTTP_BRIEF': 't',
 'HTTP_CONNECTION': 'keep-alive',
 'HTTP_DEPTH': '1',
 'HTTP_HOST': 'localhost:37358',
 'HTTP_PREFER': 'return=minimal',
 'HTTP_USER_AGENT': 'Mac+OS+X/10.15.5 (19F101) CalendarAgent/930.5.1',
 'PATH_INFO': '/███@███.com/',
 'QUERY_STRING': '',
 'REMOTE_ADDR': '::1',
 'REMOTE_CERTIFICATE': None,
 'REMOTE_HOST': '',
 'REQUEST_METHOD': 'PROPFIND',
 'SCRIPT_NAME': '',
 'SERVER_NAME': '1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa',
 'SERVER_PORT': '37358',
 'SERVER_PROTOCOL': 'HTTP/1.1',
 'SERVER_SOFTWARE': 'WSGIServer/0.2',
 'wsgi.errors': <_io.TextIOWrapper name='<stderr>' mode='w' encoding='UTF-8'>,
 'wsgi.file_wrapper': <class 'wsgiref.util.FileWrapper'>,
 'wsgi.input': <_io.BufferedReader name=9>,
 'wsgi.multiprocess': False,
 'wsgi.multithread': True,
 'wsgi.run_once': False,
 'wsgi.url_scheme': 'http',
 'wsgi.version': (1, 0)}
[2020-06-10 23:34:04 +0200] [3121/Thread-13] [DEBUG] Sanitized script name: ''
[2020-06-10 23:34:04 +0200] [3121/Thread-13] [DEBUG] Sanitized path: '/███@███.com/'
[2020-06-10 23:34:04 +0200] [3121/Thread-13] [INFO] Successful login: '███@███.com'
[2020-06-10 23:34:04 +0200] [3121/Thread-13] [DEBUG] Request content:
<?xml version="1.0"?>
<propfind xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav" xmlns:CS="http://calendarserver.org/ns/" xmlns:ICAL="http://apple.com/ns/ical/" xmlns:ME="http://me.com/_namespace/">
  <prop>
    <add-member />
    <CS:allowed-sharing-modes />
    <ICAL:autoprovisioned />
    <ME:bulk-requests />
    <C:calendar-alarm />
    <ICAL:calendar-color />
    <C:calendar-description />
    <C:calendar-free-busy-set />
    <ICAL:calendar-order />
    <C:calendar-timezone />
    <current-user-privilege-set />
    <C:default-alarm-vevent-date />
    <C:default-alarm-vevent-datetime />
    <displayname />
    <CS:getctag />
    <CS:invite />
    <ICAL:language-code />
    <ICAL:location-code />
    <C:max-attendees-per-instance />
    <owner />
    <CS:pre-publish-url />
    <CS:publish-url />
    <CS:push-transports />
    <CS:pushkey />
    <quota-available-bytes />
    <quota-used-bytes />
    <ICAL:refreshrate />
    <resource-id />
    <resourcetype />
    <C:schedule-calendar-transp />
    <C:schedule-default-calendar-URL />
    <CS:source />
    <CS:subscribed-strip-alarms />
    <CS:subscribed-strip-attachments />
    <CS:subscribed-strip-todos />
    <C:supported-calendar-component-set />
    <C:supported-calendar-component-sets />
    <supported-report-set />
    <sync-token />
  </prop>
</propfind>

[2020-06-10 23:34:04 +0200] [3121/Thread-13] [DEBUG] '███@███.com' has write access to collection '███@███.com'
[2020-06-10 23:34:04 +0200] [3121/Thread-13] [DEBUG] '███@███.com' has write access to collection with tag '███@███.com/25ac916bc773bd7aba43e2c77b05194e6da7c354d7cbe381ddc7122b938d4813'
[2020-06-10 23:34:04 +0200] [3121/Thread-13] [DEBUG] '███@███.com' has write access to collection with tag '███@███.com/a025298574bc6a41ceaf9c41b49a727ba86396c4608d9e2a8666ae119a6308ad'
[2020-06-10 23:34:04 +0200] [3121/Thread-13] [DEBUG] '███@███.com' has write access to collection with tag '███@███.com/9e7a9fdea9e436cb21bdccda10ac010c6585afbc42f373121bdeac05087704fb'
[2020-06-10 23:34:04 +0200] [3121/Thread-13] [DEBUG] '███@███.com' has write access to collection with tag '███@███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02'
[2020-06-10 23:34:04 +0200] [3121/Thread-13] [DEBUG] '███@███.com' has write access to collection with tag '███@███.com/1fffb2d527bad0df90ffd9c3a78c3b358c990d07eacbb869e117cd571ebb3be0'
[2020-06-10 23:34:04 +0200] [3121/Thread-13] [DEBUG] Response content:
<?xml version="1.0"?>
<multistatus xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav" xmlns:CR="urn:ietf:params:xml:ns:carddav" xmlns:CS="http://calendarserver.org/ns/" xmlns:ICAL="http://apple.com/ns/ical/" xmlns:ME="http://me.com/_namespace/">
  <response>
    <href>/███%40███.com/</href>
    <propstat>
      <prop>
        <add-member />
        <CS:allowed-sharing-modes />
        <ICAL:autoprovisioned />
        <ME:bulk-requests />
        <C:calendar-alarm />
        <ICAL:calendar-color />
        <C:calendar-description />
        <C:calendar-free-busy-set />
        <ICAL:calendar-order />
        <C:calendar-timezone />
        <current-user-privilege-set>
          <privilege>
            <read />
          </privilege>
          <privilege>
            <all />
          </privilege>
          <privilege>
            <write />
          </privilege>
          <privilege>
            <write-properties />
          </privilege>
          <privilege>
            <write-content />
          </privilege>
        </current-user-privilege-set>
        <C:default-alarm-vevent-date />
        <C:default-alarm-vevent-datetime />
        <displayname />
        <CS:invite />
        <ICAL:language-code />
        <ICAL:location-code />
        <C:max-attendees-per-instance />
        <owner>
          <href>/███%40███.com/</href>
        </owner>
        <CS:pre-publish-url />
        <CS:publish-url />
        <CS:push-transports />
        <CS:pushkey />
        <quota-available-bytes />
        <quota-used-bytes />
        <ICAL:refreshrate />
        <resource-id />
        <resourcetype>
          <principal />
          <collection />
        </resourcetype>
        <C:schedule-calendar-transp />
        <C:schedule-default-calendar-URL />
        <CS:source />
        <CS:subscribed-strip-alarms />
        <CS:subscribed-strip-attachments />
        <CS:subscribed-strip-todos />
        <C:supported-calendar-component-sets />
        <supported-report-set>
          <supported-report>
            <report>
              <expand-property />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-search-property-set />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-property-search />
            </report>
          </supported-report>
        </supported-report-set>
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
    <propstat>
      <prop>
        <CS:getctag />
        <C:supported-calendar-component-set />
        <sync-token />
      </prop>
      <status>HTTP/1.1 404 Not Found</status>
    </propstat>
  </response>
  <response>
    <href>/███%40███.com/25ac916bc773bd7aba43e2c77b05194e6da7c354d7cbe381ddc7122b938d4813/</href>
    <propstat>
      <prop>
        <add-member />
        <CS:allowed-sharing-modes />
        <ICAL:autoprovisioned />
        <ME:bulk-requests />
        <C:calendar-alarm />
        <C:calendar-free-busy-set />
        <C:calendar-timezone />
        <C:default-alarm-vevent-date />
        <C:default-alarm-vevent-datetime />
        <CS:invite />
        <ICAL:language-code />
        <ICAL:location-code />
        <C:max-attendees-per-instance />
        <CS:pre-publish-url />
        <CS:publish-url />
        <CS:push-transports />
        <CS:pushkey />
        <quota-available-bytes />
        <quota-used-bytes />
        <ICAL:refreshrate />
        <resource-id />
        <C:schedule-calendar-transp />
        <C:schedule-default-calendar-URL />
        <CS:source />
        <CS:subscribed-strip-alarms />
        <CS:subscribed-strip-attachments />
        <CS:subscribed-strip-todos />
        <C:supported-calendar-component-sets />
      </prop>
      <status>HTTP/1.1 404 Not Found</status>
    </propstat>
    <propstat>
      <prop>
        <ICAL:calendar-color>#e91e63ff</ICAL:calendar-color>
        <C:calendar-description />
        <ICAL:calendar-order>1</ICAL:calendar-order>
        <current-user-privilege-set>
          <privilege>
            <read />
          </privilege>
          <privilege>
            <all />
          </privilege>
          <privilege>
            <write />
          </privilege>
          <privilege>
            <write-properties />
          </privilege>
          <privilege>
            <write-content />
          </privilege>
        </current-user-privilege-set>
        <displayname>Default</displayname>
        <CS:getctag>d023b5965ccde5c001557e1761989ff09b610f9b1d4b9e24ac1e7777a103c9d8</CS:getctag>
        <owner>
          <href>/███%40███.com/</href>
        </owner>
        <resourcetype>
          <C:calendar />
          <collection />
        </resourcetype>
        <C:supported-calendar-component-set>
          <C:comp name="VEVENT" />
        </C:supported-calendar-component-set>
        <supported-report-set>
          <supported-report>
            <report>
              <expand-property />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-search-property-set />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-property-search />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <sync-collection />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <C:calendar-multiget />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <C:calendar-query />
            </report>
          </supported-report>
        </supported-report-set>
        <sync-token>http://radicale.org/ns/sync/d023b5965ccde5c001557e1761989ff09b610f9b1d4b9e24ac1e7777a103c9d8</sync-token>
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
  </response>
  <response>
    <href>/███%40███.com/a025298574bc6a41ceaf9c41b49a727ba86396c4608d9e2a8666ae119a6308ad/</href>
    <propstat>
      <prop>
        <add-member />
        <CS:allowed-sharing-modes />
        <ICAL:autoprovisioned />
        <ME:bulk-requests />
        <C:calendar-alarm />
        <ICAL:calendar-color />
        <C:calendar-free-busy-set />
        <ICAL:calendar-order />
        <C:calendar-timezone />
        <C:default-alarm-vevent-date />
        <C:default-alarm-vevent-datetime />
        <CS:invite />
        <ICAL:language-code />
        <ICAL:location-code />
        <C:max-attendees-per-instance />
        <CS:pre-publish-url />
        <CS:publish-url />
        <CS:push-transports />
        <CS:pushkey />
        <quota-available-bytes />
        <quota-used-bytes />
        <ICAL:refreshrate />
        <resource-id />
        <C:schedule-calendar-transp />
        <C:schedule-default-calendar-URL />
        <CS:source />
        <CS:subscribed-strip-alarms />
        <CS:subscribed-strip-attachments />
        <CS:subscribed-strip-todos />
        <C:supported-calendar-component-sets />
      </prop>
      <status>HTTP/1.1 404 Not Found</status>
    </propstat>
    <propstat>
      <prop>
        <C:calendar-description />
        <current-user-privilege-set>
          <privilege>
            <read />
          </privilege>
          <privilege>
            <all />
          </privilege>
          <privilege>
            <write />
          </privilege>
          <privilege>
            <write-properties />
          </privilege>
          <privilege>
            <write-content />
          </privilege>
        </current-user-privilege-set>
        <displayname>Default</displayname>
        <CS:getctag>a025298574bc6a41ceaf9c41b49a727ba86396c4608d9e2a8666ae119a6308ad</CS:getctag>
        <owner>
          <href>/███%40███.com/</href>
        </owner>
        <resourcetype>
          <C:calendar />
          <collection />
        </resourcetype>
        <C:supported-calendar-component-set>
          <C:comp name="VTODO" />
        </C:supported-calendar-component-set>
        <supported-report-set>
          <supported-report>
            <report>
              <expand-property />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-search-property-set />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-property-search />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <sync-collection />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <C:calendar-multiget />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <C:calendar-query />
            </report>
          </supported-report>
        </supported-report-set>
        <sync-token>http://radicale.org/ns/sync/a025298574bc6a41ceaf9c41b49a727ba86396c4608d9e2a8666ae119a6308ad</sync-token>
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
  </response>
  <response>
    <href>/███%40███.com/9e7a9fdea9e436cb21bdccda10ac010c6585afbc42f373121bdeac05087704fb/</href>
    <propstat>
      <prop>
        <add-member />
        <CS:allowed-sharing-modes />
        <ICAL:autoprovisioned />
        <ME:bulk-requests />
        <C:calendar-alarm />
        <ICAL:calendar-color />
        <C:calendar-description />
        <C:calendar-free-busy-set />
        <ICAL:calendar-order />
        <C:calendar-timezone />
        <C:default-alarm-vevent-date />
        <C:default-alarm-vevent-datetime />
        <CS:invite />
        <ICAL:language-code />
        <ICAL:location-code />
        <C:max-attendees-per-instance />
        <CS:pre-publish-url />
        <CS:publish-url />
        <CS:push-transports />
        <CS:pushkey />
        <quota-available-bytes />
        <quota-used-bytes />
        <ICAL:refreshrate />
        <resource-id />
        <C:schedule-calendar-transp />
        <C:schedule-default-calendar-URL />
        <CS:source />
        <CS:subscribed-strip-alarms />
        <CS:subscribed-strip-attachments />
        <CS:subscribed-strip-todos />
        <C:supported-calendar-component-sets />
      </prop>
      <status>HTTP/1.1 404 Not Found</status>
    </propstat>
    <propstat>
      <prop>
        <current-user-privilege-set>
          <privilege>
            <read />
          </privilege>
          <privilege>
            <all />
          </privilege>
          <privilege>
            <write />
          </privilege>
          <privilege>
            <write-properties />
          </privilege>
          <privilege>
            <write-content />
          </privilege>
        </current-user-privilege-set>
        <displayname>Default</displayname>
        <CS:getctag>9e7a9fdea9e436cb21bdccda10ac010c6585afbc42f373121bdeac05087704fb</CS:getctag>
        <owner>
          <href>/███%40███.com/</href>
        </owner>
        <resourcetype>
          <CR:addressbook />
          <collection />
        </resourcetype>
        <C:supported-calendar-component-set>
          <C:comp name="none" />
        </C:supported-calendar-component-set>
        <supported-report-set>
          <supported-report>
            <report>
              <expand-property />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-search-property-set />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-property-search />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <sync-collection />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <CR:addressbook-multiget />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <CR:addressbook-query />
            </report>
          </supported-report>
        </supported-report-set>
        <sync-token>http://radicale.org/ns/sync/9e7a9fdea9e436cb21bdccda10ac010c6585afbc42f373121bdeac05087704fb</sync-token>
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
  </response>
  <response>
    <href>/███%40███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/</href>
    <propstat>
      <prop>
        <add-member />
        <CS:allowed-sharing-modes />
        <ICAL:autoprovisioned />
        <ME:bulk-requests />
        <C:calendar-alarm />
        <C:calendar-free-busy-set />
        <C:calendar-timezone />
        <C:default-alarm-vevent-date />
        <C:default-alarm-vevent-datetime />
        <CS:invite />
        <ICAL:language-code />
        <ICAL:location-code />
        <C:max-attendees-per-instance />
        <CS:pre-publish-url />
        <CS:publish-url />
        <CS:push-transports />
        <CS:pushkey />
        <quota-available-bytes />
        <quota-used-bytes />
        <ICAL:refreshrate />
        <resource-id />
        <C:schedule-calendar-transp />
        <C:schedule-default-calendar-URL />
        <CS:source />
        <CS:subscribed-strip-alarms />
        <CS:subscribed-strip-attachments />
        <CS:subscribed-strip-todos />
        <C:supported-calendar-component-sets />
      </prop>
      <status>HTTP/1.1 404 Not Found</status>
    </propstat>
    <propstat>
      <prop>
        <ICAL:calendar-color>#4caf50ff</ICAL:calendar-color>
        <C:calendar-description />
        <ICAL:calendar-order>2</ICAL:calendar-order>
        <current-user-privilege-set>
          <privilege>
            <read />
          </privilege>
          <privilege>
            <all />
          </privilege>
          <privilege>
            <write />
          </privilege>
          <privilege>
            <write-properties />
          </privilege>
          <privilege>
            <write-content />
          </privilege>
        </current-user-privilege-set>
        <displayname>Sport</displayname>
        <CS:getctag>4cd46e0b63391b44cd2fa13d3b0c0f0c6ff2f3d91e04c0ba7cbd4e8128809705</CS:getctag>
        <owner>
          <href>/███%40███.com/</href>
        </owner>
        <resourcetype>
          <C:calendar />
          <collection />
        </resourcetype>
        <C:supported-calendar-component-set>
          <C:comp name="VEVENT" />
        </C:supported-calendar-component-set>
        <supported-report-set>
          <supported-report>
            <report>
              <expand-property />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-search-property-set />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-property-search />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <sync-collection />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <C:calendar-multiget />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <C:calendar-query />
            </report>
          </supported-report>
        </supported-report-set>
        <sync-token>http://radicale.org/ns/sync/4cd46e0b63391b44cd2fa13d3b0c0f0c6ff2f3d91e04c0ba7cbd4e8128809705</sync-token>
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
  </response>
  <response>
    <href>/███%40███.com/1fffb2d527bad0df90ffd9c3a78c3b358c990d07eacbb869e117cd571ebb3be0/</href>
    <propstat>
      <prop>
        <add-member />
        <CS:allowed-sharing-modes />
        <ICAL:autoprovisioned />
        <ME:bulk-requests />
        <C:calendar-alarm />
        <C:calendar-free-busy-set />
        <C:calendar-timezone />
        <C:default-alarm-vevent-date />
        <C:default-alarm-vevent-datetime />
        <CS:invite />
        <ICAL:language-code />
        <ICAL:location-code />
        <C:max-attendees-per-instance />
        <CS:pre-publish-url />
        <CS:publish-url />
        <CS:push-transports />
        <CS:pushkey />
        <quota-available-bytes />
        <quota-used-bytes />
        <ICAL:refreshrate />
        <resource-id />
        <C:schedule-calendar-transp />
        <C:schedule-default-calendar-URL />
        <CS:source />
        <CS:subscribed-strip-alarms />
        <CS:subscribed-strip-attachments />
        <CS:subscribed-strip-todos />
        <C:supported-calendar-component-sets />
      </prop>
      <status>HTTP/1.1 404 Not Found</status>
    </propstat>
    <propstat>
      <prop>
        <ICAL:calendar-color>#03a9f4ff</ICAL:calendar-color>
        <C:calendar-description />
        <ICAL:calendar-order>3</ICAL:calendar-order>
        <current-user-privilege-set>
          <privilege>
            <read />
          </privilege>
          <privilege>
            <all />
          </privilege>
          <privilege>
            <write />
          </privilege>
          <privilege>
            <write-properties />
          </privilege>
          <privilege>
            <write-content />
          </privilege>
        </current-user-privilege-set>
        <displayname>Football</displayname>
        <CS:getctag>e366fc4f6a68780e78d628f1307e42fb3c38ff40bc49a476bf6f12acc642a004</CS:getctag>
        <owner>
          <href>/███%40███.com/</href>
        </owner>
        <resourcetype>
          <C:calendar />
          <collection />
        </resourcetype>
        <C:supported-calendar-component-set>
          <C:comp name="VEVENT" />
        </C:supported-calendar-component-set>
        <supported-report-set>
          <supported-report>
            <report>
              <expand-property />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-search-property-set />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-property-search />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <sync-collection />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <C:calendar-multiget />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <C:calendar-query />
            </report>
          </supported-report>
        </supported-report-set>
        <sync-token>http://radicale.org/ns/sync/e366fc4f6a68780e78d628f1307e42fb3c38ff40bc49a476bf6f12acc642a004</sync-token>
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
  </response>
</multistatus>

[2020-06-10 23:34:04 +0200] [3121/Thread-13] [INFO] PROPFIND response status for '/███@███.com/' with depth '1' in 0.067 seconds: 207 Multi-Status
### will now edit event title.
[2020-06-10 23:34:24 +0200] [3121/Thread-14] [INFO] PUT request for '/███@███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/8e68b71b396aa8e2da1d9a2d53e1f0190e3700e86958e465dad447af48d89f14.ics' received from ::1 using 'Mac+OS+X/10.15.5 (19F101) CalendarAgent/930.5.1'
[2020-06-10 23:34:24 +0200] [3121/Thread-14] [DEBUG] Request headers:
{'CONTENT_LENGTH': '792',
 'CONTENT_TYPE': 'text/calendar',
 'GATEWAY_INTERFACE': 'CGI/1.1',
 'HTTP_ACCEPT': '*/*',
 'HTTP_ACCEPT_ENCODING': 'gzip, deflate, br',
 'HTTP_ACCEPT_LANGUAGE': 'de-at',
 'HTTP_AUTHORIZATION': 'Basic **masked**',
 'HTTP_CONNECTION': 'keep-alive',
 'HTTP_HOST': 'localhost:37358',
 'HTTP_IF_MATCH': '"11a2a8d7f72ec1b472201b4dea59886f20672983c7f3d98c4d20f2eaa7e23d62"',
 'HTTP_USER_AGENT': 'Mac+OS+X/10.15.5 (19F101) CalendarAgent/930.5.1',
 'PATH_INFO': '/███@███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/8e68b71b396aa8e2da1d9a2d53e1f0190e3700e86958e465dad447af48d89f14.ics',
 'QUERY_STRING': '',
 'REMOTE_ADDR': '::1',
 'REMOTE_CERTIFICATE': None,
 'REMOTE_HOST': '',
 'REQUEST_METHOD': 'PUT',
 'SCRIPT_NAME': '',
 'SERVER_NAME': '1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa',
 'SERVER_PORT': '37358',
 'SERVER_PROTOCOL': 'HTTP/1.1',
 'SERVER_SOFTWARE': 'WSGIServer/0.2',
 'wsgi.errors': <_io.TextIOWrapper name='<stderr>' mode='w' encoding='UTF-8'>,
 'wsgi.file_wrapper': <class 'wsgiref.util.FileWrapper'>,
 'wsgi.input': <_io.BufferedReader name=9>,
 'wsgi.multiprocess': False,
 'wsgi.multithread': True,
 'wsgi.run_once': False,
 'wsgi.url_scheme': 'http',
 'wsgi.version': (1, 0)}
[2020-06-10 23:34:24 +0200] [3121/Thread-14] [DEBUG] Sanitized script name: ''
[2020-06-10 23:34:24 +0200] [3121/Thread-14] [DEBUG] Sanitized path: '/███@███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/8e68b71b396aa8e2da1d9a2d53e1f0190e3700e86958e465dad447af48d89f14.ics'
[2020-06-10 23:34:24 +0200] [3121/Thread-14] [INFO] Successful login: '███@███.com'
[2020-06-10 23:34:24 +0200] [3121/Thread-14] [DEBUG] Request content:
BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//Apple Inc.//Mac OS X 10.15.5//EN
CALSCALE:GREGORIAN
BEGIN:VTIMEZONE
TZID:Europe/Vienna
BEGIN:DAYLIGHT
TZOFFSETFROM:+0100
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU
DTSTART:19810329T020000
TZNAME:MESZ
TZOFFSETTO:+0200
END:DAYLIGHT
BEGIN:STANDARD
TZOFFSETFROM:+0200
RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU
DTSTART:19961027T030000
TZNAME:MEZ
TZOFFSETTO:+0100
END:STANDARD
END:VTIMEZONE
BEGIN:VEVENT
CREATED:20200610T213245Z
UID:A537EDC3-899A-4FE8-B594-A1A527FD29F5
DTEND;TZID=Europe/Vienna:20200613T180000
TRANSP:OPAQUE
X-APPLE-TRAVEL-ADVISORY-BEHAVIOR:AUTOMATIC
SUMMARY:Sport iPhone A Mac 1
LAST-MODIFIED:20200610T213423Z
DTSTAMP:20200610T213245Z
DTSTART;TZID=Europe/Vienna:20200613T170000
SEQUENCE:0
END:VEVENT
END:VCALENDAR

[2020-06-10 23:34:24 +0200] [3121/Thread-14] [DEBUG] Response content:
Precondition failed.
[2020-06-10 23:34:24 +0200] [3121/Thread-14] [INFO] PUT response status for '/███@███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/8e68b71b396aa8e2da1d9a2d53e1f0190e3700e86958e465dad447af48d89f14.ics' in 0.039 seconds: 412 Precondition Failed
[2020-06-10 23:34:24 +0200] [3121/Thread-15] [INFO] GET request for '/███@███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/8e68b71b396aa8e2da1d9a2d53e1f0190e3700e86958e465dad447af48d89f14.ics' received from ::1 using 'Mac+OS+X/10.15.5 (19F101) CalendarAgent/930.5.1'
[2020-06-10 23:34:24 +0200] [3121/Thread-15] [DEBUG] Request headers:
{'CONTENT_LENGTH': '0',
 'CONTENT_TYPE': 'text/plain',
 'GATEWAY_INTERFACE': 'CGI/1.1',
 'HTTP_ACCEPT': '*/*',
 'HTTP_ACCEPT_ENCODING': 'gzip, deflate, br',
 'HTTP_ACCEPT_LANGUAGE': 'de-at',
 'HTTP_AUTHORIZATION': 'Basic **masked**',
 'HTTP_CONNECTION': 'keep-alive',
 'HTTP_HOST': 'localhost:37358',
 'HTTP_USER_AGENT': 'Mac+OS+X/10.15.5 (19F101) CalendarAgent/930.5.1',
 'PATH_INFO': '/███@███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/8e68b71b396aa8e2da1d9a2d53e1f0190e3700e86958e465dad447af48d89f14.ics',
 'QUERY_STRING': '',
 'REMOTE_ADDR': '::1',
 'REMOTE_CERTIFICATE': None,
 'REMOTE_HOST': '',
 'REQUEST_METHOD': 'GET',
 'SCRIPT_NAME': '',
 'SERVER_NAME': '1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa',
 'SERVER_PORT': '37358',
 'SERVER_PROTOCOL': 'HTTP/1.1',
 'SERVER_SOFTWARE': 'WSGIServer/0.2',
 'wsgi.errors': <_io.TextIOWrapper name='<stderr>' mode='w' encoding='UTF-8'>,
 'wsgi.file_wrapper': <class 'wsgiref.util.FileWrapper'>,
 'wsgi.input': <_io.BufferedReader name=9>,
 'wsgi.multiprocess': False,
 'wsgi.multithread': True,
 'wsgi.run_once': False,
 'wsgi.url_scheme': 'http',
 'wsgi.version': (1, 0)}
[2020-06-10 23:34:24 +0200] [3121/Thread-15] [DEBUG] Sanitized script name: ''
[2020-06-10 23:34:24 +0200] [3121/Thread-15] [DEBUG] Sanitized path: '/███@███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/8e68b71b396aa8e2da1d9a2d53e1f0190e3700e86958e465dad447af48d89f14.ics'
[2020-06-10 23:34:24 +0200] [3121/Thread-15] [INFO] Successful login: '███@███.com'
[2020-06-10 23:34:24 +0200] [3121/Thread-15] [DEBUG] Response content:
BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//iCal.js EteSync iOS
BEGIN:VTIMEZONE
TZID:Europe/Vienna
BEGIN:STANDARD
DTSTART:19701025T030000
RRULE:FREQ=YEARLY;BYMONTH=10;BYDAY=-1SU
TZNAME:CET
TZOFFSETFROM:+0200
TZOFFSETTO:+0100
END:STANDARD
BEGIN:DAYLIGHT
DTSTART:19700329T020000
RRULE:FREQ=YEARLY;BYMONTH=3;BYDAY=-1SU
TZNAME:CEST
TZOFFSETFROM:+0100
TZOFFSETTO:+0200
END:DAYLIGHT
END:VTIMEZONE
BEGIN:VEVENT
UID:A537EDC3-899A-4FE8-B594-A1A527FD29F5
DTSTART;TZID=Europe/Vienna:20200613T170000
DTEND;TZID=Europe/Vienna:20200613T180000
DTSTAMP:20200610T213424Z
SUMMARY:Sport iPhone A
END:VEVENT
END:VCALENDAR

[2020-06-10 23:34:24 +0200] [3121/Thread-15] [INFO] GET response status for '/███@███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/8e68b71b396aa8e2da1d9a2d53e1f0190e3700e86958e465dad447af48d89f14.ics' in 0.028 seconds: 200 OK
[2020-06-10 23:35:16 +0200] [3121/Thread-16] [INFO] PROPFIND request for '/███@███.com/' with depth '1' received from ::1 using 'Mac+OS+X/10.15.5 (19F101) CalendarAgent/930.5.1'
[2020-06-10 23:35:16 +0200] [3121/Thread-16] [DEBUG] Request headers:
{'CONTENT_LENGTH': '2293',
 'CONTENT_TYPE': 'text/xml',
 'GATEWAY_INTERFACE': 'CGI/1.1',
 'HTTP_ACCEPT': '*/*',
 'HTTP_ACCEPT_ENCODING': 'gzip, deflate, br',
 'HTTP_ACCEPT_LANGUAGE': 'de-at',
 'HTTP_BRIEF': 't',
 'HTTP_CONNECTION': 'keep-alive',
 'HTTP_DEPTH': '1',
 'HTTP_HOST': 'localhost:37358',
 'HTTP_PREFER': 'return=minimal',
 'HTTP_USER_AGENT': 'Mac+OS+X/10.15.5 (19F101) CalendarAgent/930.5.1',
 'PATH_INFO': '/███@███.com/',
 'QUERY_STRING': '',
 'REMOTE_ADDR': '::1',
 'REMOTE_CERTIFICATE': None,
 'REMOTE_HOST': '',
 'REQUEST_METHOD': 'PROPFIND',
 'SCRIPT_NAME': '',
 'SERVER_NAME': '1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa',
 'SERVER_PORT': '37358',
 'SERVER_PROTOCOL': 'HTTP/1.1',
 'SERVER_SOFTWARE': 'WSGIServer/0.2',
 'wsgi.errors': <_io.TextIOWrapper name='<stderr>' mode='w' encoding='UTF-8'>,
 'wsgi.file_wrapper': <class 'wsgiref.util.FileWrapper'>,
 'wsgi.input': <_io.BufferedReader name=9>,
 'wsgi.multiprocess': False,
 'wsgi.multithread': True,
 'wsgi.run_once': False,
 'wsgi.url_scheme': 'http',
 'wsgi.version': (1, 0)}
[2020-06-10 23:35:16 +0200] [3121/Thread-16] [DEBUG] Sanitized script name: ''
[2020-06-10 23:35:16 +0200] [3121/Thread-16] [DEBUG] Sanitized path: '/███@███.com/'
[2020-06-10 23:35:16 +0200] [3121/Thread-16] [INFO] Access to '/███@███.com/' denied for anonymous user
[2020-06-10 23:35:16 +0200] [3121/Thread-16] [DEBUG] Asking client for authentication
[2020-06-10 23:35:16 +0200] [3121/Thread-16] [DEBUG] Response content:
Access to the requested resource forbidden.
[2020-06-10 23:35:16 +0200] [3121/Thread-16] [INFO] PROPFIND response status for '/███@███.com/' with depth '1' in 0.001 seconds: 401 Unauthorized
[2020-06-10 23:35:16 +0200] [3121/Thread-17] [INFO] PROPFIND request for '/███@███.com/' with depth '1' received from ::1 using 'Mac+OS+X/10.15.5 (19F101) CalendarAgent/930.5.1'
[2020-06-10 23:35:16 +0200] [3121/Thread-17] [DEBUG] Request headers:
{'CONTENT_LENGTH': '2293',
 'CONTENT_TYPE': 'text/xml',
 'GATEWAY_INTERFACE': 'CGI/1.1',
 'HTTP_ACCEPT': '*/*',
 'HTTP_ACCEPT_ENCODING': 'gzip, deflate, br',
 'HTTP_ACCEPT_LANGUAGE': 'de-at',
 'HTTP_AUTHORIZATION': 'Basic **masked**',
 'HTTP_BRIEF': 't',
 'HTTP_CONNECTION': 'keep-alive',
 'HTTP_DEPTH': '1',
 'HTTP_HOST': 'localhost:37358',
 'HTTP_PREFER': 'return=minimal',
 'HTTP_USER_AGENT': 'Mac+OS+X/10.15.5 (19F101) CalendarAgent/930.5.1',
 'PATH_INFO': '/███@███.com/',
 'QUERY_STRING': '',
 'REMOTE_ADDR': '::1',
 'REMOTE_CERTIFICATE': None,
 'REMOTE_HOST': '',
 'REQUEST_METHOD': 'PROPFIND',
 'SCRIPT_NAME': '',
 'SERVER_NAME': '1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa',
 'SERVER_PORT': '37358',
 'SERVER_PROTOCOL': 'HTTP/1.1',
 'SERVER_SOFTWARE': 'WSGIServer/0.2',
 'wsgi.errors': <_io.TextIOWrapper name='<stderr>' mode='w' encoding='UTF-8'>,
 'wsgi.file_wrapper': <class 'wsgiref.util.FileWrapper'>,
 'wsgi.input': <_io.BufferedReader name=9>,
 'wsgi.multiprocess': False,
 'wsgi.multithread': True,
 'wsgi.run_once': False,
 'wsgi.url_scheme': 'http',
 'wsgi.version': (1, 0)}
[2020-06-10 23:35:16 +0200] [3121/Thread-17] [DEBUG] Sanitized script name: ''
[2020-06-10 23:35:16 +0200] [3121/Thread-17] [DEBUG] Sanitized path: '/███@███.com/'
[2020-06-10 23:35:16 +0200] [3121/Thread-17] [INFO] Successful login: '███@███.com'
[2020-06-10 23:35:16 +0200] [3121/Thread-17] [DEBUG] Request content:
<?xml version="1.0"?>
<propfind xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav" xmlns:CS="http://calendarserver.org/ns/" xmlns:ICAL="http://apple.com/ns/ical/" xmlns:ME="http://me.com/_namespace/">
  <prop>
    <add-member />
    <CS:allowed-sharing-modes />
    <ICAL:autoprovisioned />
    <ME:bulk-requests />
    <C:calendar-alarm />
    <ICAL:calendar-color />
    <C:calendar-description />
    <C:calendar-free-busy-set />
    <ICAL:calendar-order />
    <C:calendar-timezone />
    <current-user-privilege-set />
    <C:default-alarm-vevent-date />
    <C:default-alarm-vevent-datetime />
    <displayname />
    <CS:getctag />
    <CS:invite />
    <ICAL:language-code />
    <ICAL:location-code />
    <C:max-attendees-per-instance />
    <owner />
    <CS:pre-publish-url />
    <CS:publish-url />
    <CS:push-transports />
    <CS:pushkey />
    <quota-available-bytes />
    <quota-used-bytes />
    <ICAL:refreshrate />
    <resource-id />
    <resourcetype />
    <C:schedule-calendar-transp />
    <C:schedule-default-calendar-URL />
    <CS:source />
    <CS:subscribed-strip-alarms />
    <CS:subscribed-strip-attachments />
    <CS:subscribed-strip-todos />
    <C:supported-calendar-component-set />
    <C:supported-calendar-component-sets />
    <supported-report-set />
    <sync-token />
  </prop>
</propfind>

[2020-06-10 23:35:16 +0200] [3121/Thread-17] [DEBUG] '███@███.com' has write access to collection '███@███.com'
[2020-06-10 23:35:16 +0200] [3121/Thread-17] [DEBUG] '███@███.com' has write access to collection with tag '███@███.com/25ac916bc773bd7aba43e2c77b05194e6da7c354d7cbe381ddc7122b938d4813'
[2020-06-10 23:35:16 +0200] [3121/Thread-17] [DEBUG] '███@███.com' has write access to collection with tag '███@███.com/a025298574bc6a41ceaf9c41b49a727ba86396c4608d9e2a8666ae119a6308ad'
[2020-06-10 23:35:16 +0200] [3121/Thread-17] [DEBUG] '███@███.com' has write access to collection with tag '███@███.com/9e7a9fdea9e436cb21bdccda10ac010c6585afbc42f373121bdeac05087704fb'
[2020-06-10 23:35:16 +0200] [3121/Thread-17] [DEBUG] '███@███.com' has write access to collection with tag '███@███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02'
[2020-06-10 23:35:16 +0200] [3121/Thread-17] [DEBUG] '███@███.com' has write access to collection with tag '███@███.com/1fffb2d527bad0df90ffd9c3a78c3b358c990d07eacbb869e117cd571ebb3be0'
[2020-06-10 23:35:16 +0200] [3121/Thread-17] [DEBUG] Response content:
<?xml version="1.0"?>
<multistatus xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav" xmlns:CR="urn:ietf:params:xml:ns:carddav" xmlns:CS="http://calendarserver.org/ns/" xmlns:ICAL="http://apple.com/ns/ical/" xmlns:ME="http://me.com/_namespace/">
  <response>
    <href>/███%40███.com/</href>
    <propstat>
      <prop>
        <add-member />
        <CS:allowed-sharing-modes />
        <ICAL:autoprovisioned />
        <ME:bulk-requests />
        <C:calendar-alarm />
        <ICAL:calendar-color />
        <C:calendar-description />
        <C:calendar-free-busy-set />
        <ICAL:calendar-order />
        <C:calendar-timezone />
        <current-user-privilege-set>
          <privilege>
            <read />
          </privilege>
          <privilege>
            <all />
          </privilege>
          <privilege>
            <write />
          </privilege>
          <privilege>
            <write-properties />
          </privilege>
          <privilege>
            <write-content />
          </privilege>
        </current-user-privilege-set>
        <C:default-alarm-vevent-date />
        <C:default-alarm-vevent-datetime />
        <displayname />
        <CS:invite />
        <ICAL:language-code />
        <ICAL:location-code />
        <C:max-attendees-per-instance />
        <owner>
          <href>/███%40███.com/</href>
        </owner>
        <CS:pre-publish-url />
        <CS:publish-url />
        <CS:push-transports />
        <CS:pushkey />
        <quota-available-bytes />
        <quota-used-bytes />
        <ICAL:refreshrate />
        <resource-id />
        <resourcetype>
          <principal />
          <collection />
        </resourcetype>
        <C:schedule-calendar-transp />
        <C:schedule-default-calendar-URL />
        <CS:source />
        <CS:subscribed-strip-alarms />
        <CS:subscribed-strip-attachments />
        <CS:subscribed-strip-todos />
        <C:supported-calendar-component-sets />
        <supported-report-set>
          <supported-report>
            <report>
              <expand-property />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-search-property-set />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-property-search />
            </report>
          </supported-report>
        </supported-report-set>
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
    <propstat>
      <prop>
        <CS:getctag />
        <C:supported-calendar-component-set />
        <sync-token />
      </prop>
      <status>HTTP/1.1 404 Not Found</status>
    </propstat>
  </response>
  <response>
    <href>/███%40███.com/25ac916bc773bd7aba43e2c77b05194e6da7c354d7cbe381ddc7122b938d4813/</href>
    <propstat>
      <prop>
        <add-member />
        <CS:allowed-sharing-modes />
        <ICAL:autoprovisioned />
        <ME:bulk-requests />
        <C:calendar-alarm />
        <C:calendar-free-busy-set />
        <ICAL:calendar-order />
        <C:calendar-timezone />
        <C:default-alarm-vevent-date />
        <C:default-alarm-vevent-datetime />
        <CS:invite />
        <ICAL:language-code />
        <ICAL:location-code />
        <C:max-attendees-per-instance />
        <CS:pre-publish-url />
        <CS:publish-url />
        <CS:push-transports />
        <CS:pushkey />
        <quota-available-bytes />
        <quota-used-bytes />
        <ICAL:refreshrate />
        <resource-id />
        <C:schedule-calendar-transp />
        <C:schedule-default-calendar-URL />
        <CS:source />
        <CS:subscribed-strip-alarms />
        <CS:subscribed-strip-attachments />
        <CS:subscribed-strip-todos />
        <C:supported-calendar-component-sets />
      </prop>
      <status>HTTP/1.1 404 Not Found</status>
    </propstat>
    <propstat>
      <prop>
        <ICAL:calendar-color>#e91e63ff</ICAL:calendar-color>
        <C:calendar-description />
        <current-user-privilege-set>
          <privilege>
            <read />
          </privilege>
          <privilege>
            <all />
          </privilege>
          <privilege>
            <write />
          </privilege>
          <privilege>
            <write-properties />
          </privilege>
          <privilege>
            <write-content />
          </privilege>
        </current-user-privilege-set>
        <displayname>Default</displayname>
        <CS:getctag>d023b5965ccde5c001557e1761989ff09b610f9b1d4b9e24ac1e7777a103c9d8</CS:getctag>
        <owner>
          <href>/███%40███.com/</href>
        </owner>
        <resourcetype>
          <C:calendar />
          <collection />
        </resourcetype>
        <C:supported-calendar-component-set>
          <C:comp name="VEVENT" />
        </C:supported-calendar-component-set>
        <supported-report-set>
          <supported-report>
            <report>
              <expand-property />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-search-property-set />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-property-search />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <sync-collection />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <C:calendar-multiget />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <C:calendar-query />
            </report>
          </supported-report>
        </supported-report-set>
        <sync-token>http://radicale.org/ns/sync/d023b5965ccde5c001557e1761989ff09b610f9b1d4b9e24ac1e7777a103c9d8</sync-token>
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
  </response>
  <response>
    <href>/███%40███.com/a025298574bc6a41ceaf9c41b49a727ba86396c4608d9e2a8666ae119a6308ad/</href>
    <propstat>
      <prop>
        <add-member />
        <CS:allowed-sharing-modes />
        <ICAL:autoprovisioned />
        <ME:bulk-requests />
        <C:calendar-alarm />
        <ICAL:calendar-color />
        <C:calendar-free-busy-set />
        <ICAL:calendar-order />
        <C:calendar-timezone />
        <C:default-alarm-vevent-date />
        <C:default-alarm-vevent-datetime />
        <CS:invite />
        <ICAL:language-code />
        <ICAL:location-code />
        <C:max-attendees-per-instance />
        <CS:pre-publish-url />
        <CS:publish-url />
        <CS:push-transports />
        <CS:pushkey />
        <quota-available-bytes />
        <quota-used-bytes />
        <ICAL:refreshrate />
        <resource-id />
        <C:schedule-calendar-transp />
        <C:schedule-default-calendar-URL />
        <CS:source />
        <CS:subscribed-strip-alarms />
        <CS:subscribed-strip-attachments />
        <CS:subscribed-strip-todos />
        <C:supported-calendar-component-sets />
      </prop>
      <status>HTTP/1.1 404 Not Found</status>
    </propstat>
    <propstat>
      <prop>
        <C:calendar-description />
        <current-user-privilege-set>
          <privilege>
            <read />
          </privilege>
          <privilege>
            <all />
          </privilege>
          <privilege>
            <write />
          </privilege>
          <privilege>
            <write-properties />
          </privilege>
          <privilege>
            <write-content />
          </privilege>
        </current-user-privilege-set>
        <displayname>Default</displayname>
        <CS:getctag>a025298574bc6a41ceaf9c41b49a727ba86396c4608d9e2a8666ae119a6308ad</CS:getctag>
        <owner>
          <href>/███%40███.com/</href>
        </owner>
        <resourcetype>
          <C:calendar />
          <collection />
        </resourcetype>
        <C:supported-calendar-component-set>
          <C:comp name="VTODO" />
        </C:supported-calendar-component-set>
        <supported-report-set>
          <supported-report>
            <report>
              <expand-property />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-search-property-set />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-property-search />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <sync-collection />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <C:calendar-multiget />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <C:calendar-query />
            </report>
          </supported-report>
        </supported-report-set>
        <sync-token>http://radicale.org/ns/sync/a025298574bc6a41ceaf9c41b49a727ba86396c4608d9e2a8666ae119a6308ad</sync-token>
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
  </response>
  <response>
    <href>/███%40███.com/9e7a9fdea9e436cb21bdccda10ac010c6585afbc42f373121bdeac05087704fb/</href>
    <propstat>
      <prop>
        <add-member />
        <CS:allowed-sharing-modes />
        <ICAL:autoprovisioned />
        <ME:bulk-requests />
        <C:calendar-alarm />
        <ICAL:calendar-color />
        <C:calendar-description />
        <C:calendar-free-busy-set />
        <ICAL:calendar-order />
        <C:calendar-timezone />
        <C:default-alarm-vevent-date />
        <C:default-alarm-vevent-datetime />
        <CS:invite />
        <ICAL:language-code />
        <ICAL:location-code />
        <C:max-attendees-per-instance />
        <CS:pre-publish-url />
        <CS:publish-url />
        <CS:push-transports />
        <CS:pushkey />
        <quota-available-bytes />
        <quota-used-bytes />
        <ICAL:refreshrate />
        <resource-id />
        <C:schedule-calendar-transp />
        <C:schedule-default-calendar-URL />
        <CS:source />
        <CS:subscribed-strip-alarms />
        <CS:subscribed-strip-attachments />
        <CS:subscribed-strip-todos />
        <C:supported-calendar-component-sets />
      </prop>
      <status>HTTP/1.1 404 Not Found</status>
    </propstat>
    <propstat>
      <prop>
        <current-user-privilege-set>
          <privilege>
            <read />
          </privilege>
          <privilege>
            <all />
          </privilege>
          <privilege>
            <write />
          </privilege>
          <privilege>
            <write-properties />
          </privilege>
          <privilege>
            <write-content />
          </privilege>
        </current-user-privilege-set>
        <displayname>Default</displayname>
        <CS:getctag>9e7a9fdea9e436cb21bdccda10ac010c6585afbc42f373121bdeac05087704fb</CS:getctag>
        <owner>
          <href>/███%40███.com/</href>
        </owner>
        <resourcetype>
          <CR:addressbook />
          <collection />
        </resourcetype>
        <C:supported-calendar-component-set>
          <C:comp name="none" />
        </C:supported-calendar-component-set>
        <supported-report-set>
          <supported-report>
            <report>
              <expand-property />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-search-property-set />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-property-search />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <sync-collection />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <CR:addressbook-multiget />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <CR:addressbook-query />
            </report>
          </supported-report>
        </supported-report-set>
        <sync-token>http://radicale.org/ns/sync/9e7a9fdea9e436cb21bdccda10ac010c6585afbc42f373121bdeac05087704fb</sync-token>
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
  </response>
  <response>
    <href>/███%40███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/</href>
    <propstat>
      <prop>
        <add-member />
        <CS:allowed-sharing-modes />
        <ICAL:autoprovisioned />
        <ME:bulk-requests />
        <C:calendar-alarm />
        <C:calendar-free-busy-set />
        <ICAL:calendar-order />
        <C:calendar-timezone />
        <C:default-alarm-vevent-date />
        <C:default-alarm-vevent-datetime />
        <CS:invite />
        <ICAL:language-code />
        <ICAL:location-code />
        <C:max-attendees-per-instance />
        <CS:pre-publish-url />
        <CS:publish-url />
        <CS:push-transports />
        <CS:pushkey />
        <quota-available-bytes />
        <quota-used-bytes />
        <ICAL:refreshrate />
        <resource-id />
        <C:schedule-calendar-transp />
        <C:schedule-default-calendar-URL />
        <CS:source />
        <CS:subscribed-strip-alarms />
        <CS:subscribed-strip-attachments />
        <CS:subscribed-strip-todos />
        <C:supported-calendar-component-sets />
      </prop>
      <status>HTTP/1.1 404 Not Found</status>
    </propstat>
    <propstat>
      <prop>
        <ICAL:calendar-color>#4caf50ff</ICAL:calendar-color>
        <C:calendar-description />
        <current-user-privilege-set>
          <privilege>
            <read />
          </privilege>
          <privilege>
            <all />
          </privilege>
          <privilege>
            <write />
          </privilege>
          <privilege>
            <write-properties />
          </privilege>
          <privilege>
            <write-content />
          </privilege>
        </current-user-privilege-set>
        <displayname>Sport</displayname>
        <CS:getctag>4cd46e0b63391b44cd2fa13d3b0c0f0c6ff2f3d91e04c0ba7cbd4e8128809705</CS:getctag>
        <owner>
          <href>/███%40███.com/</href>
        </owner>
        <resourcetype>
          <C:calendar />
          <collection />
        </resourcetype>
        <C:supported-calendar-component-set>
          <C:comp name="VEVENT" />
        </C:supported-calendar-component-set>
        <supported-report-set>
          <supported-report>
            <report>
              <expand-property />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-search-property-set />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-property-search />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <sync-collection />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <C:calendar-multiget />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <C:calendar-query />
            </report>
          </supported-report>
        </supported-report-set>
        <sync-token>http://radicale.org/ns/sync/4cd46e0b63391b44cd2fa13d3b0c0f0c6ff2f3d91e04c0ba7cbd4e8128809705</sync-token>
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
  </response>
  <response>
    <href>/███%40███.com/1fffb2d527bad0df90ffd9c3a78c3b358c990d07eacbb869e117cd571ebb3be0/</href>
    <propstat>
      <prop>
        <add-member />
        <CS:allowed-sharing-modes />
        <ICAL:autoprovisioned />
        <ME:bulk-requests />
        <C:calendar-alarm />
        <C:calendar-free-busy-set />
        <ICAL:calendar-order />
        <C:calendar-timezone />
        <C:default-alarm-vevent-date />
        <C:default-alarm-vevent-datetime />
        <CS:invite />
        <ICAL:language-code />
        <ICAL:location-code />
        <C:max-attendees-per-instance />
        <CS:pre-publish-url />
        <CS:publish-url />
        <CS:push-transports />
        <CS:pushkey />
        <quota-available-bytes />
        <quota-used-bytes />
        <ICAL:refreshrate />
        <resource-id />
        <C:schedule-calendar-transp />
        <C:schedule-default-calendar-URL />
        <CS:source />
        <CS:subscribed-strip-alarms />
        <CS:subscribed-strip-attachments />
        <CS:subscribed-strip-todos />
        <C:supported-calendar-component-sets />
      </prop>
      <status>HTTP/1.1 404 Not Found</status>
    </propstat>
    <propstat>
      <prop>
        <ICAL:calendar-color>#03a9f4ff</ICAL:calendar-color>
        <C:calendar-description />
        <current-user-privilege-set>
          <privilege>
            <read />
          </privilege>
          <privilege>
            <all />
          </privilege>
          <privilege>
            <write />
          </privilege>
          <privilege>
            <write-properties />
          </privilege>
          <privilege>
            <write-content />
          </privilege>
        </current-user-privilege-set>
        <displayname>Football</displayname>
        <CS:getctag>e366fc4f6a68780e78d628f1307e42fb3c38ff40bc49a476bf6f12acc642a004</CS:getctag>
        <owner>
          <href>/███%40███.com/</href>
        </owner>
        <resourcetype>
          <C:calendar />
          <collection />
        </resourcetype>
        <C:supported-calendar-component-set>
          <C:comp name="VEVENT" />
        </C:supported-calendar-component-set>
        <supported-report-set>
          <supported-report>
            <report>
              <expand-property />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-search-property-set />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <principal-property-search />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <sync-collection />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <C:calendar-multiget />
            </report>
          </supported-report>
          <supported-report>
            <report>
              <C:calendar-query />
            </report>
          </supported-report>
        </supported-report-set>
        <sync-token>http://radicale.org/ns/sync/e366fc4f6a68780e78d628f1307e42fb3c38ff40bc49a476bf6f12acc642a004</sync-token>
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
  </response>
</multistatus>

[2020-06-10 23:35:16 +0200] [3121/Thread-17] [INFO] PROPFIND response status for '/███@███.com/' with depth '1' in 0.058 seconds: 207 Multi-Status
[2020-06-10 23:35:17 +0200] [3121/Thread-18] [INFO] PROPPATCH request for '/███@███.com/1fffb2d527bad0df90ffd9c3a78c3b358c990d07eacbb869e117cd571ebb3be0/' received from ::1 using 'Mac+OS+X/10.15.5 (19F101) CalendarAgent/930.5.1'
[2020-06-10 23:35:17 +0200] [3121/Thread-18] [DEBUG] Request headers:
{'CONTENT_LENGTH': '198',
 'CONTENT_TYPE': 'text/xml',
 'GATEWAY_INTERFACE': 'CGI/1.1',
 'HTTP_ACCEPT': '*/*',
 'HTTP_ACCEPT_ENCODING': 'gzip, deflate, br',
 'HTTP_ACCEPT_LANGUAGE': 'de-at',
 'HTTP_AUTHORIZATION': 'Basic **masked**',
 'HTTP_CONNECTION': 'keep-alive',
 'HTTP_HOST': 'localhost:37358',
 'HTTP_USER_AGENT': 'Mac+OS+X/10.15.5 (19F101) CalendarAgent/930.5.1',
 'PATH_INFO': '/███@███.com/1fffb2d527bad0df90ffd9c3a78c3b358c990d07eacbb869e117cd571ebb3be0/',
 'QUERY_STRING': '',
 'REMOTE_ADDR': '::1',
 'REMOTE_CERTIFICATE': None,
 'REMOTE_HOST': '',
 'REQUEST_METHOD': 'PROPPATCH',
 'SCRIPT_NAME': '',
 'SERVER_NAME': '1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa',
 'SERVER_PORT': '37358',
 'SERVER_PROTOCOL': 'HTTP/1.1',
 'SERVER_SOFTWARE': 'WSGIServer/0.2',
 'wsgi.errors': <_io.TextIOWrapper name='<stderr>' mode='w' encoding='UTF-8'>,
 'wsgi.file_wrapper': <class 'wsgiref.util.FileWrapper'>,
 'wsgi.input': <_io.BufferedReader name=9>,
 'wsgi.multiprocess': False,
 'wsgi.multithread': True,
 'wsgi.run_once': False,
 'wsgi.url_scheme': 'http',
 'wsgi.version': (1, 0)}
[2020-06-10 23:35:17 +0200] [3121/Thread-18] [DEBUG] Sanitized script name: ''
[2020-06-10 23:35:17 +0200] [3121/Thread-18] [DEBUG] Sanitized path: '/███@███.com/1fffb2d527bad0df90ffd9c3a78c3b358c990d07eacbb869e117cd571ebb3be0/'
[2020-06-10 23:35:17 +0200] [3121/Thread-18] [INFO] Successful login: '███@███.com'
[2020-06-10 23:35:17 +0200] [3121/Thread-18] [DEBUG] Request content:
<?xml version="1.0"?>
<propertyupdate xmlns="DAV:" xmlns:ICAL="http://apple.com/ns/ical/">
  <set>
    <prop>
      <ICAL:calendar-order>3</ICAL:calendar-order>
    </prop>
  </set>
</propertyupdate>

[2020-06-10 23:35:17 +0200] [3121/Thread-18] [DEBUG] Response content:
<?xml version="1.0"?>
<multistatus xmlns="DAV:" xmlns:ICAL="http://apple.com/ns/ical/">
  <response>
    <href>/███%40███.com/1fffb2d527bad0df90ffd9c3a78c3b358c990d07eacbb869e117cd571ebb3be0/</href>
    <propstat>
      <prop>
        <ICAL:calendar-order />
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
  </response>
</multistatus>

[2020-06-10 23:35:17 +0200] [3121/Thread-18] [INFO] PROPPATCH response status for '/███@███.com/1fffb2d527bad0df90ffd9c3a78c3b358c990d07eacbb869e117cd571ebb3be0/' in 0.015 seconds: 207 Multi-Status
[2020-06-10 23:35:17 +0200] [3121/Thread-19] [INFO] PROPPATCH request for '/███@███.com/25ac916bc773bd7aba43e2c77b05194e6da7c354d7cbe381ddc7122b938d4813/' received from ::1 using 'Mac+OS+X/10.15.5 (19F101) CalendarAgent/930.5.1'
[2020-06-10 23:35:17 +0200] [3121/Thread-19] [DEBUG] Request headers:
{'CONTENT_LENGTH': '198',
 'CONTENT_TYPE': 'text/xml',
 'GATEWAY_INTERFACE': 'CGI/1.1',
 'HTTP_ACCEPT': '*/*',
 'HTTP_ACCEPT_ENCODING': 'gzip, deflate, br',
 'HTTP_ACCEPT_LANGUAGE': 'de-at',
 'HTTP_AUTHORIZATION': 'Basic **masked**',
 'HTTP_CONNECTION': 'keep-alive',
 'HTTP_HOST': 'localhost:37358',
 'HTTP_USER_AGENT': 'Mac+OS+X/10.15.5 (19F101) CalendarAgent/930.5.1',
 'PATH_INFO': '/███@███.com/25ac916bc773bd7aba43e2c77b05194e6da7c354d7cbe381ddc7122b938d4813/',
 'QUERY_STRING': '',
 'REMOTE_ADDR': '::1',
 'REMOTE_CERTIFICATE': None,
 'REMOTE_HOST': '',
 'REQUEST_METHOD': 'PROPPATCH',
 'SCRIPT_NAME': '',
 'SERVER_NAME': '1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa',
 'SERVER_PORT': '37358',
 'SERVER_PROTOCOL': 'HTTP/1.1',
 'SERVER_SOFTWARE': 'WSGIServer/0.2',
 'wsgi.errors': <_io.TextIOWrapper name='<stderr>' mode='w' encoding='UTF-8'>,
 'wsgi.file_wrapper': <class 'wsgiref.util.FileWrapper'>,
 'wsgi.input': <_io.BufferedReader name=9>,
 'wsgi.multiprocess': False,
 'wsgi.multithread': True,
 'wsgi.run_once': False,
 'wsgi.url_scheme': 'http',
 'wsgi.version': (1, 0)}
[2020-06-10 23:35:17 +0200] [3121/Thread-19] [DEBUG] Sanitized script name: ''
[2020-06-10 23:35:17 +0200] [3121/Thread-19] [DEBUG] Sanitized path: '/███@███.com/25ac916bc773bd7aba43e2c77b05194e6da7c354d7cbe381ddc7122b938d4813/'
[2020-06-10 23:35:17 +0200] [3121/Thread-19] [INFO] Successful login: '███@███.com'
[2020-06-10 23:35:17 +0200] [3121/Thread-19] [DEBUG] Request content:
<?xml version="1.0"?>
<propertyupdate xmlns="DAV:" xmlns:ICAL="http://apple.com/ns/ical/">
  <set>
    <prop>
      <ICAL:calendar-order>1</ICAL:calendar-order>
    </prop>
  </set>
</propertyupdate>

[2020-06-10 23:35:17 +0200] [3121/Thread-19] [DEBUG] Response content:
<?xml version="1.0"?>
<multistatus xmlns="DAV:" xmlns:ICAL="http://apple.com/ns/ical/">
  <response>
    <href>/███%40███.com/25ac916bc773bd7aba43e2c77b05194e6da7c354d7cbe381ddc7122b938d4813/</href>
    <propstat>
      <prop>
        <ICAL:calendar-order />
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
  </response>
</multistatus>

[2020-06-10 23:35:17 +0200] [3121/Thread-19] [INFO] PROPPATCH response status for '/███@███.com/25ac916bc773bd7aba43e2c77b05194e6da7c354d7cbe381ddc7122b938d4813/' in 0.015 seconds: 207 Multi-Status
[2020-06-10 23:35:17 +0200] [3121/Thread-20] [INFO] PROPPATCH request for '/███@███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/' received from ::1 using 'Mac+OS+X/10.15.5 (19F101) CalendarAgent/930.5.1'
[2020-06-10 23:35:17 +0200] [3121/Thread-20] [DEBUG] Request headers:
{'CONTENT_LENGTH': '198',
 'CONTENT_TYPE': 'text/xml',
 'GATEWAY_INTERFACE': 'CGI/1.1',
 'HTTP_ACCEPT': '*/*',
 'HTTP_ACCEPT_ENCODING': 'gzip, deflate, br',
 'HTTP_ACCEPT_LANGUAGE': 'de-at',
 'HTTP_AUTHORIZATION': 'Basic **masked**',
 'HTTP_CONNECTION': 'keep-alive',
 'HTTP_HOST': 'localhost:37358',
 'HTTP_USER_AGENT': 'Mac+OS+X/10.15.5 (19F101) CalendarAgent/930.5.1',
 'PATH_INFO': '/███@███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/',
 'QUERY_STRING': '',
 'REMOTE_ADDR': '::1',
 'REMOTE_CERTIFICATE': None,
 'REMOTE_HOST': '',
 'REQUEST_METHOD': 'PROPPATCH',
 'SCRIPT_NAME': '',
 'SERVER_NAME': '1.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arpa',
 'SERVER_PORT': '37358',
 'SERVER_PROTOCOL': 'HTTP/1.1',
 'SERVER_SOFTWARE': 'WSGIServer/0.2',
 'wsgi.errors': <_io.TextIOWrapper name='<stderr>' mode='w' encoding='UTF-8'>,
 'wsgi.file_wrapper': <class 'wsgiref.util.FileWrapper'>,
 'wsgi.input': <_io.BufferedReader name=9>,
 'wsgi.multiprocess': False,
 'wsgi.multithread': True,
 'wsgi.run_once': False,
 'wsgi.url_scheme': 'http',
 'wsgi.version': (1, 0)}
[2020-06-10 23:35:17 +0200] [3121/Thread-20] [DEBUG] Sanitized script name: ''
[2020-06-10 23:35:17 +0200] [3121/Thread-20] [DEBUG] Sanitized path: '/███@███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/'
[2020-06-10 23:35:17 +0200] [3121/Thread-20] [INFO] Successful login: '███@███.com'
[2020-06-10 23:35:17 +0200] [3121/Thread-20] [DEBUG] Request content:
<?xml version="1.0"?>
<propertyupdate xmlns="DAV:" xmlns:ICAL="http://apple.com/ns/ical/">
  <set>
    <prop>
      <ICAL:calendar-order>2</ICAL:calendar-order>
    </prop>
  </set>
</propertyupdate>

[2020-06-10 23:35:17 +0200] [3121/Thread-20] [DEBUG] Response content:
<?xml version="1.0"?>
<multistatus xmlns="DAV:" xmlns:ICAL="http://apple.com/ns/ical/">
  <response>
    <href>/███%40███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/</href>
    <propstat>
      <prop>
        <ICAL:calendar-order />
      </prop>
      <status>HTTP/1.1 200 OK</status>
    </propstat>
  </response>
</multistatus>

[2020-06-10 23:35:17 +0200] [3121/Thread-20] [INFO] PROPPATCH response status for '/███@███.com/287155355d92b8fc5d00ff4522c6504a27efd5d9392d368cbf94baec01dd5a02/' in 0.015 seconds: 207 Multi-Status
^C[2020-06-10 23:35:24 +0200] [3121] [INFO] Stopping Radicale
➜  ~ 
XxBlackHatxX commented 4 years ago

I have this issue as well. At first I thought it was just happening to events past the current time but it happens to all events created on iPhone. I usually copy the event and then delete the original. But even delete the original I have this issue (the deleted event will pop back up again).

XxBlackHatxX commented 3 years ago

This still happens. My work around is to use the browser version but even when using that it has some issues with recurring events. When editing on browser it will cause events to not update/show up in the macOS calendar. It work on iOS and iPadOS though. I feel like I can only use the desktop versions to look at the events and I just need to edit them on mobile later on. I would like to just have a UI for the desktop version that I can press a refresh button and know that what I working on will be sent and updated and any new event will be pulled as well.

tasn commented 3 years ago

Sorry for the slow reply. @XxBlackHatxX, what exactly is it saying when it tells you the event can't be edited?