Skip to content

Instantly share code, notes, and snippets.

@patcon

patcon/config Secret

Last active August 29, 2015 14:10
Show Gist options
  • Save patcon/91c247e5c9f093978045 to your computer and use it in GitHub Desktop.
Save patcon/91c247e5c9f093978045 to your computer and use it in GitHub Desktop.
# -*- mode: conf -*-
# vim:ft=cfg
# Config file for Radicale - A simple calendar server
#
# Place it into /etc/radicale/config (global)
# or ~/.config/radicale/config (user)
#
# The commented out values are the defaults.
[server]
# CalDAV server hostnames separated by a comma
# IPv4 syntax: address:port
# IPv6 syntax: [address]:port
# IPv6 adresses are configured to only allow IPv6 connections
#hosts = 0.0.0.0:5232
# Daemon flag
#daemon = False
# File storing the PID in daemon mode
#pid =
# SSL flag, enable HTTPS protocol
#ssl = False
# SSL certificate path
#certificate = /etc/apache2/ssl/server.crt
# SSL private key
#key = /etc/apache2/ssl/server.key
# Reverse DNS to resolve client address in logs
#dns_lookup = True
# Root URL of Radicale (starting and ending with a slash)
#base_prefix = /
# Message displayed in the client when a password is needed
#realm = Radicale - Password Required lol
[encoding]
# Encoding for responding requests
#request = utf-8
# Encoding for storing local collections
#stock = utf-8
[auth]
# Authentication method
# Value: None | htpasswd | IMAP | LDAP | PAM | courier | http
type = None
# Usernames used for public collections, separated by a comma
#public_users = public
# Usernames used for private collections, separated by a comma
private_users = patcon
# Htpasswd filename
htpasswd_filename = /etc/radicale/users
# Htpasswd encryption method
# Value: plain | sha1 | crypt
htpasswd_encryption = sha1
# LDAP server URL, with protocol and port
#ldap_url = ldap://localhost:389/
# LDAP base path
#ldap_base = ou=users,dc=example,dc=com
# LDAP login attribute
#ldap_attribute = uid
# LDAP filter string
# placed as X in a query of the form (&(...)X)
# example: (objectCategory=Person)(objectClass=User)(memberOf=cn=calenderusers,ou=users,dc=example,dc=org)
# leave empty if no additional filter is needed
#ldap_filter =
# LDAP dn for initial login, used if LDAP server does not allow anonymous searches
# Leave empty if searches are anonymous
#ldap_binddn =
# LDAP password for initial login, used with ldap_binddn
#ldap_password =
# LDAP scope of the search
#ldap_scope = OneLevel
# IMAP Configuration
#imap_hostname = localhost
#imap_port = 143
#imap_ssl = False
# PAM group user should be member of
#pam_group_membership =
# Path to the Courier Authdaemon socket
#courier_socket =
# HTTP authentication request URL endpoint
#http_url =
# POST parameter to use for username
#http_user_parameter =
# POST parameter to use for password
#http_password_parameter =
[rights]
# Rights management method
# Value: None | owner_only | owner_write | from_file
type = None
# File for rights management from_file
file = /etc/radicale/rights
[storage]
# Storage backend
# Value: filesystem | database
#type = filesystem
# Folder for storing local collections, created if not present
filesystem_folder = /var/lib/radicale/collections
# Database URL for SQLAlchemy
# dialect+driver://user:password@host/dbname[?key=value..]
# For example: sqlite:///var/db/radicale.db, postgresql://user:password@localhost/radicale
# See http://docs.sqlalchemy.org/en/rel_0_8/core/engines.html#sqlalchemy.create_engine
#database_url =
[logging]
# Logging configuration file
# If no config is given, simple information is printed on the standard output
# For more information about the syntax of the configuration file, see:
# http://docs.python.org/library/logging.config.html
config = /etc/radicale/logging
# Set the default logging level to debug
debug = True
# Store all environment variables (including those set in the shell)
#full_environment = False
# Additional HTTP headers
#[headers]
#Access-Control-Allow-Origin = *
2014-11-24 01:52:46,062 - INFO: Starting Radicale
2014-11-24 01:52:46,063 - DEBUG: Authentication type is None
2014-11-24 01:52:46,063 - DEBUG: Rights type is None
2014-11-24 01:52:46,067 - DEBUG: Base URL prefix: /
2014-11-24 01:52:46,067 - DEBUG: Listening to patcon-thinkpad port 5232
2014-11-24 01:52:46,067 - DEBUG: Radicale server ready
2014-11-24 01:53:03,152 - INFO: PROPFIND request at /.well-known/carddav received
2014-11-24 01:53:03,152 - DEBUG: Request headers:
{'CONTENT_LENGTH': '122',
'CONTENT_TYPE': 'text/xml; charset=UTF-8',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_AUTHORIZATION': 'Basic cGF0Y29uOjEyMzQ=',
'HTTP_CONNECTION': 'close',
'HTTP_DEPTH': '0',
'HTTP_HOST': 'flock-test.ngrok.com',
'HTTP_USER_AGENT': 'Jakarta Commons-HttpClient/3.1',
'HTTP_X_FORWARDED_PROTO': 'https',
'HTTP_X_REAL_IP': '172.56.39.21',
'PATH_INFO': '/.well-known/carddav',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_HOST': 'localhost',
'REQUEST_METHOD': 'PROPFIND',
'SCRIPT_NAME': '',
'SERVER_NAME': 'patcon-thinkpad',
'SERVER_PORT': '5232',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SOFTWARE': 'WSGIServer/0.1 Python/2.7.6',
'wsgi.errors': <open file '/dev/null', mode 'w' at 0x7f69b7d0f390>,
'wsgi.file_wrapper': <class wsgiref.util.FileWrapper at 0x7f69b84490b8>,
'wsgi.input': <socket._fileobject object at 0x7f69b7d7a450>,
'wsgi.multiprocess': False,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}
2014-11-24 01:53:03,153 - DEBUG: Sanitized path: /.well-known/carddav
2014-11-24 01:53:03,153 - DEBUG: Request content:
<?xml version="1.0" encoding="UTF-8"?><D:propfind xmlns:D="DAV:"><D:prop><D:current-user-principal/></D:prop></D:propfind>
2014-11-24 01:53:03,155 - DEBUG: patcon has read access to collection .well-known/
2014-11-24 01:53:03,155 - DEBUG: patcon has write access to collection .well-known/
2014-11-24 01:53:03,159 - DEBUG: Response content:
<?xml version="1.0"?>
<multistatus xmlns="DAV:">
<response>
<href>/.well-known/</href>
<propstat>
<prop>
<current-user-principal>
<href>/patcon/</href>
</current-user-principal>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
</response>
</multistatus>
2014-11-24 01:53:03,159 - DEBUG: Answer status: 207 Unknown
2014-11-24 01:53:04,061 - INFO: PROPFIND request at /.well-known/caldav received
2014-11-24 01:53:04,062 - DEBUG: Request headers:
{'CONTENT_LENGTH': '122',
'CONTENT_TYPE': 'text/xml; charset=UTF-8',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_AUTHORIZATION': 'Basic cGF0Y29uOjEyMzQ=',
'HTTP_CONNECTION': 'close',
'HTTP_DEPTH': '0',
'HTTP_HOST': 'flock-test.ngrok.com',
'HTTP_USER_AGENT': 'Jakarta Commons-HttpClient/3.1',
'HTTP_X_FORWARDED_PROTO': 'https',
'HTTP_X_REAL_IP': '172.56.39.21',
'PATH_INFO': '/.well-known/caldav',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_HOST': 'localhost',
'REQUEST_METHOD': 'PROPFIND',
'SCRIPT_NAME': '',
'SERVER_NAME': 'patcon-thinkpad',
'SERVER_PORT': '5232',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SOFTWARE': 'WSGIServer/0.1 Python/2.7.6',
'wsgi.errors': <open file '/dev/null', mode 'w' at 0x7f69b7d0f390>,
'wsgi.file_wrapper': <class wsgiref.util.FileWrapper at 0x7f69b84490b8>,
'wsgi.input': <socket._fileobject object at 0x7f69b7d7a450>,
'wsgi.multiprocess': False,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}
2014-11-24 01:53:04,062 - DEBUG: Sanitized path: /.well-known/caldav
2014-11-24 01:53:04,062 - DEBUG: Request content:
<?xml version="1.0" encoding="UTF-8"?><D:propfind xmlns:D="DAV:"><D:prop><D:current-user-principal/></D:prop></D:propfind>
2014-11-24 01:53:04,062 - DEBUG: patcon has read access to collection .well-known/
2014-11-24 01:53:04,062 - DEBUG: patcon has write access to collection .well-known/
2014-11-24 01:53:04,063 - DEBUG: Response content:
<?xml version="1.0"?>
<multistatus xmlns="DAV:">
<response>
<href>/.well-known/</href>
<propstat>
<prop>
<current-user-principal>
<href>/patcon/</href>
</current-user-principal>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
</response>
</multistatus>
2014-11-24 01:53:04,063 - DEBUG: Answer status: 207 Unknown
2014-11-24 01:53:05,272 - INFO: PROPFIND request at /.well-known/carddav received
2014-11-24 01:53:05,273 - DEBUG: Request headers:
{'CONTENT_LENGTH': '122',
'CONTENT_TYPE': 'text/xml; charset=UTF-8',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_AUTHORIZATION': 'Basic cGF0Y29uOjEyMzQ=',
'HTTP_CONNECTION': 'close',
'HTTP_DEPTH': '0',
'HTTP_HOST': 'flock-test.ngrok.com',
'HTTP_USER_AGENT': 'Jakarta Commons-HttpClient/3.1',
'HTTP_X_FORWARDED_PROTO': 'https',
'HTTP_X_REAL_IP': '172.56.39.21',
'PATH_INFO': '/.well-known/carddav',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_HOST': 'localhost',
'REQUEST_METHOD': 'PROPFIND',
'SCRIPT_NAME': '',
'SERVER_NAME': 'patcon-thinkpad',
'SERVER_PORT': '5232',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SOFTWARE': 'WSGIServer/0.1 Python/2.7.6',
'wsgi.errors': <open file '/dev/null', mode 'w' at 0x7f69b7d0f390>,
'wsgi.file_wrapper': <class wsgiref.util.FileWrapper at 0x7f69b84490b8>,
'wsgi.input': <socket._fileobject object at 0x7f69b7d7a450>,
'wsgi.multiprocess': False,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}
2014-11-24 01:53:05,273 - DEBUG: Sanitized path: /.well-known/carddav
2014-11-24 01:53:05,273 - DEBUG: Request content:
<?xml version="1.0" encoding="UTF-8"?><D:propfind xmlns:D="DAV:"><D:prop><D:current-user-principal/></D:prop></D:propfind>
2014-11-24 01:53:05,273 - DEBUG: patcon has read access to collection .well-known/
2014-11-24 01:53:05,273 - DEBUG: patcon has write access to collection .well-known/
2014-11-24 01:53:05,274 - DEBUG: Response content:
<?xml version="1.0"?>
<multistatus xmlns="DAV:">
<response>
<href>/.well-known/</href>
<propstat>
<prop>
<current-user-principal>
<href>/patcon/</href>
</current-user-principal>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
</response>
</multistatus>
2014-11-24 01:53:05,274 - DEBUG: Answer status: 207 Unknown
2014-11-24 01:53:05,496 - INFO: PROPFIND request at /.well-known/carddav received
2014-11-24 01:53:05,497 - DEBUG: Request headers:
{'CONTENT_LENGTH': '122',
'CONTENT_TYPE': 'text/xml; charset=UTF-8',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_AUTHORIZATION': 'Basic cGF0Y29uOjEyMzQ=',
'HTTP_CONNECTION': 'close',
'HTTP_DEPTH': '0',
'HTTP_HOST': 'flock-test.ngrok.com',
'HTTP_USER_AGENT': 'Jakarta Commons-HttpClient/3.1',
'HTTP_X_FORWARDED_PROTO': 'https',
'HTTP_X_REAL_IP': '172.56.39.21',
'PATH_INFO': '/.well-known/carddav',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_HOST': 'localhost',
'REQUEST_METHOD': 'PROPFIND',
'SCRIPT_NAME': '',
'SERVER_NAME': 'patcon-thinkpad',
'SERVER_PORT': '5232',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SOFTWARE': 'WSGIServer/0.1 Python/2.7.6',
'wsgi.errors': <open file '/dev/null', mode 'w' at 0x7f69b7d0f390>,
'wsgi.file_wrapper': <class wsgiref.util.FileWrapper at 0x7f69b84490b8>,
'wsgi.input': <socket._fileobject object at 0x7f69b7d7a450>,
'wsgi.multiprocess': False,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}
2014-11-24 01:53:05,497 - DEBUG: Sanitized path: /.well-known/carddav
2014-11-24 01:53:05,497 - DEBUG: Request content:
<?xml version="1.0" encoding="UTF-8"?><D:propfind xmlns:D="DAV:"><D:prop><D:current-user-principal/></D:prop></D:propfind>
2014-11-24 01:53:05,497 - DEBUG: patcon has read access to collection .well-known/
2014-11-24 01:53:05,497 - DEBUG: patcon has write access to collection .well-known/
2014-11-24 01:53:05,498 - DEBUG: Response content:
<?xml version="1.0"?>
<multistatus xmlns="DAV:">
<response>
<href>/.well-known/</href>
<propstat>
<prop>
<current-user-principal>
<href>/patcon/</href>
</current-user-principal>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
</response>
</multistatus>
2014-11-24 01:53:05,498 - DEBUG: Answer status: 207 Unknown
2014-11-24 01:53:05,704 - INFO: PROPFIND request at /patcon/ received
2014-11-24 01:53:05,705 - DEBUG: Request headers:
{'CONTENT_LENGTH': '177',
'CONTENT_TYPE': 'text/xml; charset=UTF-8',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_AUTHORIZATION': 'Basic cGF0Y29uOjEyMzQ=',
'HTTP_CONNECTION': 'close',
'HTTP_DEPTH': '0',
'HTTP_HOST': 'flock-test.ngrok.com',
'HTTP_USER_AGENT': 'Jakarta Commons-HttpClient/3.1',
'HTTP_X_FORWARDED_PROTO': 'https',
'HTTP_X_REAL_IP': '172.56.39.21',
'PATH_INFO': '/patcon/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_HOST': 'localhost',
'REQUEST_METHOD': 'PROPFIND',
'SCRIPT_NAME': '',
'SERVER_NAME': 'patcon-thinkpad',
'SERVER_PORT': '5232',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SOFTWARE': 'WSGIServer/0.1 Python/2.7.6',
'wsgi.errors': <open file '/dev/null', mode 'w' at 0x7f69b7d0f390>,
'wsgi.file_wrapper': <class wsgiref.util.FileWrapper at 0x7f69b84490b8>,
'wsgi.input': <socket._fileobject object at 0x7f69b7d7a450>,
'wsgi.multiprocess': False,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}
2014-11-24 01:53:05,705 - DEBUG: Sanitized path: /patcon/
2014-11-24 01:53:05,705 - DEBUG: Request content:
<?xml version="1.0" encoding="UTF-8"?><D:propfind xmlns:D="DAV:"><D:prop><C:addressbook-home-set xmlns:C="urn:ietf:params:xml:ns:carddav"/><D:displayname/></D:prop></D:propfind>
2014-11-24 01:53:05,706 - DEBUG: patcon has read access to collection patcon/
2014-11-24 01:53:05,706 - DEBUG: patcon has write access to collection patcon/
2014-11-24 01:53:05,708 - DEBUG: Response content:
<?xml version="1.0"?>
<multistatus xmlns="DAV:" xmlns:CR="urn:ietf:params:xml:ns:carddav">
<response>
<href>/patcon/</href>
<propstat>
<prop>
<CR:addressbook-home-set>
<href>/patcon/</href>
</CR:addressbook-home-set>
<displayname>patcon</displayname>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
</response>
</multistatus>
2014-11-24 01:53:05,708 - DEBUG: Answer status: 207 Unknown
2014-11-24 01:53:06,337 - INFO: PROPFIND request at /.well-known/caldav received
2014-11-24 01:53:06,340 - DEBUG: Request headers:
{'CONTENT_LENGTH': '122',
'CONTENT_TYPE': 'text/xml; charset=UTF-8',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_AUTHORIZATION': 'Basic cGF0Y29uOjEyMzQ=',
'HTTP_CONNECTION': 'close',
'HTTP_DEPTH': '0',
'HTTP_HOST': 'flock-test.ngrok.com',
'HTTP_USER_AGENT': 'Jakarta Commons-HttpClient/3.1',
'HTTP_X_FORWARDED_PROTO': 'https',
'HTTP_X_REAL_IP': '172.56.39.21',
'PATH_INFO': '/.well-known/caldav',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_HOST': 'localhost',
'REQUEST_METHOD': 'PROPFIND',
'SCRIPT_NAME': '',
'SERVER_NAME': 'patcon-thinkpad',
'SERVER_PORT': '5232',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SOFTWARE': 'WSGIServer/0.1 Python/2.7.6',
'wsgi.errors': <open file '/dev/null', mode 'w' at 0x7f69b7d0f390>,
'wsgi.file_wrapper': <class wsgiref.util.FileWrapper at 0x7f69b84490b8>,
'wsgi.input': <socket._fileobject object at 0x7f69b7d7a450>,
'wsgi.multiprocess': False,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}
2014-11-24 01:53:06,340 - DEBUG: Sanitized path: /.well-known/caldav
2014-11-24 01:53:06,340 - DEBUG: Request content:
<?xml version="1.0" encoding="UTF-8"?><D:propfind xmlns:D="DAV:"><D:prop><D:current-user-principal/></D:prop></D:propfind>
2014-11-24 01:53:06,341 - DEBUG: patcon has read access to collection .well-known/
2014-11-24 01:53:06,341 - DEBUG: patcon has write access to collection .well-known/
2014-11-24 01:53:06,342 - DEBUG: Response content:
<?xml version="1.0"?>
<multistatus xmlns="DAV:">
<response>
<href>/.well-known/</href>
<propstat>
<prop>
<current-user-principal>
<href>/patcon/</href>
</current-user-principal>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
</response>
</multistatus>
2014-11-24 01:53:06,342 - DEBUG: Answer status: 207 Unknown
2014-11-24 01:53:06,528 - INFO: PROPFIND request at /.well-known/caldav received
2014-11-24 01:53:06,529 - DEBUG: Request headers:
{'CONTENT_LENGTH': '122',
'CONTENT_TYPE': 'text/xml; charset=UTF-8',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_AUTHORIZATION': 'Basic cGF0Y29uOjEyMzQ=',
'HTTP_CONNECTION': 'close',
'HTTP_DEPTH': '0',
'HTTP_HOST': 'flock-test.ngrok.com',
'HTTP_USER_AGENT': 'Jakarta Commons-HttpClient/3.1',
'HTTP_X_FORWARDED_PROTO': 'https',
'HTTP_X_REAL_IP': '172.56.39.21',
'PATH_INFO': '/.well-known/caldav',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_HOST': 'localhost',
'REQUEST_METHOD': 'PROPFIND',
'SCRIPT_NAME': '',
'SERVER_NAME': 'patcon-thinkpad',
'SERVER_PORT': '5232',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SOFTWARE': 'WSGIServer/0.1 Python/2.7.6',
'wsgi.errors': <open file '/dev/null', mode 'w' at 0x7f69b7d0f390>,
'wsgi.file_wrapper': <class wsgiref.util.FileWrapper at 0x7f69b84490b8>,
'wsgi.input': <socket._fileobject object at 0x7f69b7d7a450>,
'wsgi.multiprocess': False,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}
2014-11-24 01:53:06,529 - DEBUG: Sanitized path: /.well-known/caldav
2014-11-24 01:53:06,530 - DEBUG: Request content:
<?xml version="1.0" encoding="UTF-8"?><D:propfind xmlns:D="DAV:"><D:prop><D:current-user-principal/></D:prop></D:propfind>
2014-11-24 01:53:06,530 - DEBUG: patcon has read access to collection .well-known/
2014-11-24 01:53:06,530 - DEBUG: patcon has write access to collection .well-known/
2014-11-24 01:53:06,531 - DEBUG: Response content:
<?xml version="1.0"?>
<multistatus xmlns="DAV:">
<response>
<href>/.well-known/</href>
<propstat>
<prop>
<current-user-principal>
<href>/patcon/</href>
</current-user-principal>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
</response>
</multistatus>
2014-11-24 01:53:06,531 - DEBUG: Answer status: 207 Unknown
2014-11-24 01:53:06,732 - INFO: PROPFIND request at /patcon/ received
2014-11-24 01:53:06,733 - DEBUG: Request headers:
{'CONTENT_LENGTH': '173',
'CONTENT_TYPE': 'text/xml; charset=UTF-8',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_AUTHORIZATION': 'Basic cGF0Y29uOjEyMzQ=',
'HTTP_CONNECTION': 'close',
'HTTP_DEPTH': '0',
'HTTP_HOST': 'flock-test.ngrok.com',
'HTTP_USER_AGENT': 'Jakarta Commons-HttpClient/3.1',
'HTTP_X_FORWARDED_PROTO': 'https',
'HTTP_X_REAL_IP': '172.56.39.21',
'PATH_INFO': '/patcon/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_HOST': 'localhost',
'REQUEST_METHOD': 'PROPFIND',
'SCRIPT_NAME': '',
'SERVER_NAME': 'patcon-thinkpad',
'SERVER_PORT': '5232',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SOFTWARE': 'WSGIServer/0.1 Python/2.7.6',
'wsgi.errors': <open file '/dev/null', mode 'w' at 0x7f69b7d0f390>,
'wsgi.file_wrapper': <class wsgiref.util.FileWrapper at 0x7f69b84490b8>,
'wsgi.input': <socket._fileobject object at 0x7f69b7d7a450>,
'wsgi.multiprocess': False,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}
2014-11-24 01:53:06,733 - DEBUG: Sanitized path: /patcon/
2014-11-24 01:53:06,733 - DEBUG: Request content:
<?xml version="1.0" encoding="UTF-8"?><D:propfind xmlns:D="DAV:"><D:prop><D:displayname/><C:calendar-home-set xmlns:C="urn:ietf:params:xml:ns:caldav"/></D:prop></D:propfind>
2014-11-24 01:53:06,734 - DEBUG: patcon has read access to collection patcon/
2014-11-24 01:53:06,734 - DEBUG: patcon has write access to collection patcon/
2014-11-24 01:53:06,736 - DEBUG: Response content:
<?xml version="1.0"?>
<multistatus xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav">
<response>
<href>/patcon/</href>
<propstat>
<prop>
<displayname>patcon</displayname>
<C:calendar-home-set>
<href>/patcon/</href>
</C:calendar-home-set>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
</response>
</multistatus>
2014-11-24 01:53:06,736 - DEBUG: Answer status: 207 Unknown
2014-11-24 01:53:07,320 - INFO: PROPFIND request at /.well-known/caldav received
2014-11-24 01:53:07,320 - DEBUG: Request headers:
{'CONTENT_LENGTH': '122',
'CONTENT_TYPE': 'text/xml; charset=UTF-8',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_AUTHORIZATION': 'Basic cGF0Y29uOjEyMzQ=',
'HTTP_CONNECTION': 'close',
'HTTP_DEPTH': '0',
'HTTP_HOST': 'flock-test.ngrok.com',
'HTTP_USER_AGENT': 'Jakarta Commons-HttpClient/3.1',
'HTTP_X_FORWARDED_PROTO': 'https',
'HTTP_X_REAL_IP': '172.56.39.21',
'PATH_INFO': '/.well-known/caldav',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_HOST': 'localhost',
'REQUEST_METHOD': 'PROPFIND',
'SCRIPT_NAME': '',
'SERVER_NAME': 'patcon-thinkpad',
'SERVER_PORT': '5232',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SOFTWARE': 'WSGIServer/0.1 Python/2.7.6',
'wsgi.errors': <open file '/dev/null', mode 'w' at 0x7f69b7d0f390>,
'wsgi.file_wrapper': <class wsgiref.util.FileWrapper at 0x7f69b84490b8>,
'wsgi.input': <socket._fileobject object at 0x7f69b7d7a450>,
'wsgi.multiprocess': False,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}
2014-11-24 01:53:07,320 - DEBUG: Sanitized path: /.well-known/caldav
2014-11-24 01:53:07,321 - DEBUG: Request content:
<?xml version="1.0" encoding="UTF-8"?><D:propfind xmlns:D="DAV:"><D:prop><D:current-user-principal/></D:prop></D:propfind>
2014-11-24 01:53:07,321 - DEBUG: patcon has read access to collection .well-known/
2014-11-24 01:53:07,321 - DEBUG: patcon has write access to collection .well-known/
2014-11-24 01:53:07,321 - DEBUG: Response content:
<?xml version="1.0"?>
<multistatus xmlns="DAV:">
<response>
<href>/.well-known/</href>
<propstat>
<prop>
<current-user-principal>
<href>/patcon/</href>
</current-user-principal>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
</response>
</multistatus>
2014-11-24 01:53:07,321 - DEBUG: Answer status: 207 Unknown
2014-11-24 01:53:07,512 - INFO: PROPFIND request at /.well-known/caldav received
2014-11-24 01:53:07,513 - DEBUG: Request headers:
{'CONTENT_LENGTH': '122',
'CONTENT_TYPE': 'text/xml; charset=UTF-8',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_AUTHORIZATION': 'Basic cGF0Y29uOjEyMzQ=',
'HTTP_CONNECTION': 'close',
'HTTP_DEPTH': '0',
'HTTP_HOST': 'flock-test.ngrok.com',
'HTTP_USER_AGENT': 'Jakarta Commons-HttpClient/3.1',
'HTTP_X_FORWARDED_PROTO': 'https',
'HTTP_X_REAL_IP': '172.56.39.21',
'PATH_INFO': '/.well-known/caldav',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_HOST': 'localhost',
'REQUEST_METHOD': 'PROPFIND',
'SCRIPT_NAME': '',
'SERVER_NAME': 'patcon-thinkpad',
'SERVER_PORT': '5232',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SOFTWARE': 'WSGIServer/0.1 Python/2.7.6',
'wsgi.errors': <open file '/dev/null', mode 'w' at 0x7f69b7d0f390>,
'wsgi.file_wrapper': <class wsgiref.util.FileWrapper at 0x7f69b84490b8>,
'wsgi.input': <socket._fileobject object at 0x7f69b7d7a450>,
'wsgi.multiprocess': False,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}
2014-11-24 01:53:07,513 - DEBUG: Sanitized path: /.well-known/caldav
2014-11-24 01:53:07,513 - DEBUG: Request content:
<?xml version="1.0" encoding="UTF-8"?><D:propfind xmlns:D="DAV:"><D:prop><D:current-user-principal/></D:prop></D:propfind>
2014-11-24 01:53:07,513 - DEBUG: patcon has read access to collection .well-known/
2014-11-24 01:53:07,513 - DEBUG: patcon has write access to collection .well-known/
2014-11-24 01:53:07,514 - DEBUG: Response content:
<?xml version="1.0"?>
<multistatus xmlns="DAV:">
<response>
<href>/.well-known/</href>
<propstat>
<prop>
<current-user-principal>
<href>/patcon/</href>
</current-user-principal>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
</response>
</multistatus>
2014-11-24 01:53:07,514 - DEBUG: Answer status: 207 Unknown
2014-11-24 01:53:07,709 - INFO: PROPFIND request at /patcon/ received
2014-11-24 01:53:07,709 - DEBUG: Request headers:
{'CONTENT_LENGTH': '173',
'CONTENT_TYPE': 'text/xml; charset=UTF-8',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_AUTHORIZATION': 'Basic cGF0Y29uOjEyMzQ=',
'HTTP_CONNECTION': 'close',
'HTTP_DEPTH': '0',
'HTTP_HOST': 'flock-test.ngrok.com',
'HTTP_USER_AGENT': 'Jakarta Commons-HttpClient/3.1',
'HTTP_X_FORWARDED_PROTO': 'https',
'HTTP_X_REAL_IP': '172.56.39.21',
'PATH_INFO': '/patcon/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_HOST': 'localhost',
'REQUEST_METHOD': 'PROPFIND',
'SCRIPT_NAME': '',
'SERVER_NAME': 'patcon-thinkpad',
'SERVER_PORT': '5232',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SOFTWARE': 'WSGIServer/0.1 Python/2.7.6',
'wsgi.errors': <open file '/dev/null', mode 'w' at 0x7f69b7d0f390>,
'wsgi.file_wrapper': <class wsgiref.util.FileWrapper at 0x7f69b84490b8>,
'wsgi.input': <socket._fileobject object at 0x7f69b7d7a450>,
'wsgi.multiprocess': False,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}
2014-11-24 01:53:07,710 - DEBUG: Sanitized path: /patcon/
2014-11-24 01:53:07,710 - DEBUG: Request content:
<?xml version="1.0" encoding="UTF-8"?><D:propfind xmlns:D="DAV:"><D:prop><D:displayname/><C:calendar-home-set xmlns:C="urn:ietf:params:xml:ns:caldav"/></D:prop></D:propfind>
2014-11-24 01:53:07,710 - DEBUG: patcon has read access to collection patcon/
2014-11-24 01:53:07,710 - DEBUG: patcon has write access to collection patcon/
2014-11-24 01:53:07,712 - DEBUG: Response content:
<?xml version="1.0"?>
<multistatus xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav">
<response>
<href>/patcon/</href>
<propstat>
<prop>
<displayname>patcon</displayname>
<C:calendar-home-set>
<href>/patcon/</href>
</C:calendar-home-set>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
</response>
</multistatus>
2014-11-24 01:53:07,712 - DEBUG: Answer status: 207 Unknown
2014-11-24 01:53:07,912 - INFO: MKCOL request at /patcon/delete-me/ received
2014-11-24 01:53:07,913 - DEBUG: Request headers:
{'CONTENT_LENGTH': '205',
'CONTENT_TYPE': 'text/xml; charset=UTF-8',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_AUTHORIZATION': 'Basic cGF0Y29uOjEyMzQ=',
'HTTP_CONNECTION': 'close',
'HTTP_HOST': 'flock-test.ngrok.com',
'HTTP_USER_AGENT': 'Jakarta Commons-HttpClient/3.1',
'HTTP_X_FORWARDED_PROTO': 'https',
'HTTP_X_REAL_IP': '172.56.39.21',
'PATH_INFO': '/patcon/delete-me/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_HOST': 'localhost',
'REQUEST_METHOD': 'MKCOL',
'SCRIPT_NAME': '',
'SERVER_NAME': 'patcon-thinkpad',
'SERVER_PORT': '5232',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SOFTWARE': 'WSGIServer/0.1 Python/2.7.6',
'wsgi.errors': <open file '/dev/null', mode 'w' at 0x7f69b7d0f390>,
'wsgi.file_wrapper': <class wsgiref.util.FileWrapper at 0x7f69b84490b8>,
'wsgi.input': <socket._fileobject object at 0x7f69b7d7a450>,
'wsgi.multiprocess': False,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}
2014-11-24 01:53:07,913 - DEBUG: Sanitized path: /patcon/delete-me/
2014-11-24 01:53:07,913 - DEBUG: Request content:
<?xml version="1.0" encoding="UTF-8"?><D:mkcol xmlns:D="DAV:"><D:set><D:prop><D:resourcetype><D:collection/><C:calendar xmlns:C="urn:ietf:params:xml:ns:caldav"/></D:resourcetype></D:prop></D:set></D:mkcol>
2014-11-24 01:53:07,913 - DEBUG: patcon has read access to collection patcon/delete-me/
2014-11-24 01:53:07,914 - DEBUG: patcon has write access to collection patcon/delete-me/
2014-11-24 01:53:07,916 - DEBUG: Answer status: 201 Created
2014-11-24 01:53:08,116 - INFO: PROPFIND request at /patcon/delete-me/ received
2014-11-24 01:53:08,118 - DEBUG: Request headers:
{'CONTENT_LENGTH': '1022',
'CONTENT_TYPE': 'text/xml; charset=UTF-8',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_AUTHORIZATION': 'Basic cGF0Y29uOjEyMzQ=',
'HTTP_CONNECTION': 'close',
'HTTP_DEPTH': '0',
'HTTP_HOST': 'flock-test.ngrok.com',
'HTTP_USER_AGENT': 'Jakarta Commons-HttpClient/3.1',
'HTTP_X_FORWARDED_PROTO': 'https',
'HTTP_X_REAL_IP': '172.56.39.21',
'PATH_INFO': '/patcon/delete-me/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_HOST': 'localhost',
'REQUEST_METHOD': 'PROPFIND',
'SCRIPT_NAME': '',
'SERVER_NAME': 'patcon-thinkpad',
'SERVER_PORT': '5232',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SOFTWARE': 'WSGIServer/0.1 Python/2.7.6',
'wsgi.errors': <open file '/dev/null', mode 'w' at 0x7f69b7d0f390>,
'wsgi.file_wrapper': <class wsgiref.util.FileWrapper at 0x7f69b84490b8>,
'wsgi.input': <socket._fileobject object at 0x7f69b7d7a450>,
'wsgi.multiprocess': False,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}
2014-11-24 01:53:08,118 - DEBUG: Sanitized path: /patcon/delete-me/
2014-11-24 01:53:08,118 - DEBUG: Request content:
<?xml version="1.0" encoding="UTF-8"?><D:propfind xmlns:D="DAV:"><D:prop><C:max-attendees-per-instance xmlns:C="urn:ietf:params:xml:ns:caldav"/><D:displayname/><C:calendar-description xmlns:C="urn:ietf:params:xml:ns:caldav"/><C:max-instances xmlns:C="urn:ietf:params:xml:ns:caldav"/><I:calendar-color xmlns:I="http://apple.com/ns/ical/"/><C:supported-calendar-component-set xmlns:C="urn:ietf:params:xml:ns:caldav"/><D:owner/><C:max-date-time xmlns:C="urn:ietf:params:xml:ns:caldav"/><I:calendar-order xmlns:I="http://apple.com/ns/ical/"/><D:quota-used-bytes/><C:supported-calendar-data xmlns:C="urn:ietf:params:xml:ns:caldav"/><C:min-date-time xmlns:C="urn:ietf:params:xml:ns:caldav"/><C:calendar-timezone xmlns:C="urn:ietf:params:xml:ns:caldav"/><D:prop/><D:resource-id/><D:resourcetype/><D:supported-report-set/><C:max-resource-size xmlns:C="urn:ietf:params:xml:ns:caldav"/><D:current-user-privilege-set/><S:getctag xmlns:S="http://calendarserver.org/ns/"/><D:sync-token/><D:quota-available-bytes/></D:prop></D:propfind>
2014-11-24 01:53:08,119 - DEBUG: patcon has read access to collection patcon/delete-me/
2014-11-24 01:53:08,119 - DEBUG: patcon has write access to collection patcon/delete-me/
2014-11-24 01:53:08,125 - DEBUG: Response content:
<?xml version="1.0"?>
<multistatus xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav" xmlns:CS="http://calendarserver.org/ns/" xmlns:ICAL="http://apple.com/ns/ical/">
<response>
<href>/patcon/delete-me/</href>
<propstat>
<prop>
<displayname>delete-me</displayname>
<C:supported-calendar-component-set>
<C:comp name="VTODO" />
<C:comp name="VEVENT" />
<C:comp name="VJOURNAL" />
</C:supported-calendar-component-set>
<owner>/patcon/</owner>
<C:calendar-timezone>BEGIN:VCALENDAR
PRODID:-//Radicale//NONSGML Radicale Server//EN
VERSION:2.0
END:VCALENDAR
</C:calendar-timezone>
<resourcetype>
<C:calendar />
<collection />
</resourcetype>
<supported-report-set>
<supported-report>
<report>principal-property-search</report>
</supported-report>
<supported-report>
<report>sync-collection</report>
</supported-report>
<supported-report>
<report>expand-property</report>
</supported-report>
<supported-report>
<report>principal-search-property-set</report>
</supported-report>
</supported-report-set>
<current-user-privilege-set>
<privilege>
<all />
<read />
<write />
<write-properties />
<write-content />
</privilege>
</current-user-privilege-set>
<CS:getctag>"487244650620849505"</CS:getctag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<C:max-attendees-per-instance />
<C:calendar-description />
<C:max-instances />
<ICAL:calendar-color />
<C:max-date-time />
<ICAL:calendar-order />
<quota-used-bytes />
<C:supported-calendar-data />
<C:min-date-time />
<prop />
<resource-id />
<C:max-resource-size />
<sync-token />
<quota-available-bytes />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
</multistatus>
2014-11-24 01:53:08,125 - DEBUG: Answer status: 207 Unknown
2014-11-24 01:53:08,377 - INFO: DELETE request at /patcon/delete-me/ received
2014-11-24 01:53:08,379 - DEBUG: Request headers:
{'CONTENT_LENGTH': '0',
'CONTENT_TYPE': 'text/plain',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_AUTHORIZATION': 'Basic cGF0Y29uOjEyMzQ=',
'HTTP_CONNECTION': 'close',
'HTTP_HOST': 'flock-test.ngrok.com',
'HTTP_USER_AGENT': 'Jakarta Commons-HttpClient/3.1',
'HTTP_X_FORWARDED_PROTO': 'https',
'HTTP_X_REAL_IP': '172.56.39.21',
'PATH_INFO': '/patcon/delete-me/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_HOST': 'localhost',
'REQUEST_METHOD': 'DELETE',
'SCRIPT_NAME': '',
'SERVER_NAME': 'patcon-thinkpad',
'SERVER_PORT': '5232',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SOFTWARE': 'WSGIServer/0.1 Python/2.7.6',
'wsgi.errors': <open file '/dev/null', mode 'w' at 0x7f69b7d0f390>,
'wsgi.file_wrapper': <class wsgiref.util.FileWrapper at 0x7f69b84490b8>,
'wsgi.input': <socket._fileobject object at 0x7f69b7d7a450>,
'wsgi.multiprocess': False,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}
2014-11-24 01:53:08,380 - DEBUG: Sanitized path: /patcon/delete-me/
2014-11-24 01:53:08,380 - DEBUG: patcon has read access to collection patcon/delete-me/
2014-11-24 01:53:08,381 - DEBUG: patcon has write access to collection patcon/delete-me/
2014-11-24 01:53:08,382 - DEBUG: Response content:
<?xml version="1.0"?>
<multistatus xmlns="DAV:">
<response>
<href>/patcon/delete-me/</href>
<status>HTTP/1.1 200 OK</status>
</response>
</multistatus>
2014-11-24 01:53:08,382 - DEBUG: Answer status: 200 OK
2014-11-24 01:53:08,581 - INFO: PROPFIND request at /patcon/delete-me/ received
2014-11-24 01:53:08,583 - DEBUG: Request headers:
{'CONTENT_LENGTH': '1022',
'CONTENT_TYPE': 'text/xml; charset=UTF-8',
'GATEWAY_INTERFACE': 'CGI/1.1',
'HTTP_AUTHORIZATION': 'Basic cGF0Y29uOjEyMzQ=',
'HTTP_CONNECTION': 'close',
'HTTP_DEPTH': '0',
'HTTP_HOST': 'flock-test.ngrok.com',
'HTTP_USER_AGENT': 'Jakarta Commons-HttpClient/3.1',
'HTTP_X_FORWARDED_PROTO': 'https',
'HTTP_X_REAL_IP': '172.56.39.21',
'PATH_INFO': '/patcon/delete-me/',
'QUERY_STRING': '',
'REMOTE_ADDR': '127.0.0.1',
'REMOTE_HOST': 'localhost',
'REQUEST_METHOD': 'PROPFIND',
'SCRIPT_NAME': '',
'SERVER_NAME': 'patcon-thinkpad',
'SERVER_PORT': '5232',
'SERVER_PROTOCOL': 'HTTP/1.1',
'SERVER_SOFTWARE': 'WSGIServer/0.1 Python/2.7.6',
'wsgi.errors': <open file '/dev/null', mode 'w' at 0x7f69b7d0f390>,
'wsgi.file_wrapper': <class wsgiref.util.FileWrapper at 0x7f69b84490b8>,
'wsgi.input': <socket._fileobject object at 0x7f69b7d7a450>,
'wsgi.multiprocess': False,
'wsgi.multithread': True,
'wsgi.run_once': False,
'wsgi.url_scheme': 'http',
'wsgi.version': (1, 0)}
2014-11-24 01:53:08,583 - DEBUG: Sanitized path: /patcon/delete-me/
2014-11-24 01:53:08,583 - DEBUG: Request content:
<?xml version="1.0" encoding="UTF-8"?><D:propfind xmlns:D="DAV:"><D:prop><C:max-attendees-per-instance xmlns:C="urn:ietf:params:xml:ns:caldav"/><D:displayname/><C:calendar-description xmlns:C="urn:ietf:params:xml:ns:caldav"/><C:max-instances xmlns:C="urn:ietf:params:xml:ns:caldav"/><I:calendar-color xmlns:I="http://apple.com/ns/ical/"/><C:supported-calendar-component-set xmlns:C="urn:ietf:params:xml:ns:caldav"/><D:owner/><C:max-date-time xmlns:C="urn:ietf:params:xml:ns:caldav"/><I:calendar-order xmlns:I="http://apple.com/ns/ical/"/><D:quota-used-bytes/><C:supported-calendar-data xmlns:C="urn:ietf:params:xml:ns:caldav"/><C:min-date-time xmlns:C="urn:ietf:params:xml:ns:caldav"/><C:calendar-timezone xmlns:C="urn:ietf:params:xml:ns:caldav"/><D:prop/><D:resource-id/><D:resourcetype/><D:supported-report-set/><C:max-resource-size xmlns:C="urn:ietf:params:xml:ns:caldav"/><D:current-user-privilege-set/><S:getctag xmlns:S="http://calendarserver.org/ns/"/><D:sync-token/><D:quota-available-bytes/></D:prop></D:propfind>
2014-11-24 01:53:08,583 - DEBUG: patcon has read access to collection patcon/delete-me/
2014-11-24 01:53:08,583 - DEBUG: patcon has write access to collection patcon/delete-me/
2014-11-24 01:53:08,588 - DEBUG: Response content:
<?xml version="1.0"?>
<multistatus xmlns="DAV:" xmlns:C="urn:ietf:params:xml:ns:caldav" xmlns:CS="http://calendarserver.org/ns/" xmlns:ICAL="http://apple.com/ns/ical/">
<response>
<href>/patcon/delete-me/</href>
<propstat>
<prop>
<displayname>delete-me</displayname>
<C:supported-calendar-component-set>
<C:comp name="VTODO" />
<C:comp name="VEVENT" />
<C:comp name="VJOURNAL" />
</C:supported-calendar-component-set>
<owner>/patcon/</owner>
<C:calendar-timezone>BEGIN:VCALENDAR
END:VCALENDAR
</C:calendar-timezone>
<resourcetype>
<C:calendar />
<collection />
</resourcetype>
<supported-report-set>
<supported-report>
<report>principal-property-search</report>
</supported-report>
<supported-report>
<report>sync-collection</report>
</supported-report>
<supported-report>
<report>expand-property</report>
</supported-report>
<supported-report>
<report>principal-search-property-set</report>
</supported-report>
</supported-report-set>
<current-user-privilege-set>
<privilege>
<all />
<read />
<write />
<write-properties />
<write-content />
</privilege>
</current-user-privilege-set>
<CS:getctag>"0"</CS:getctag>
</prop>
<status>HTTP/1.1 200 OK</status>
</propstat>
<propstat>
<prop>
<C:max-attendees-per-instance />
<C:calendar-description />
<C:max-instances />
<ICAL:calendar-color />
<C:max-date-time />
<ICAL:calendar-order />
<quota-used-bytes />
<C:supported-calendar-data />
<C:min-date-time />
<prop />
<resource-id />
<C:max-resource-size />
<sync-token />
<quota-available-bytes />
</prop>
<status>HTTP/1.1 404 Not Found</status>
</propstat>
</response>
</multistatus>
2014-11-24 01:53:08,588 - DEBUG: Answer status: 207 Unknown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment