Metadata-Version: 1.1
Name: ws.caldavcheck
Version: 1.0.1
Summary: Creates an event in a CalDAV calendar, and checks that it can be read back.
Home-page: https://github.com/wosc/caldavcheck
Author: Wolfgang Schnerring <wosc@wosc.de>
Author-email: wosc@wosc.de
License: ZPL 2.1
Description: ======================
        CalDAV roundtrip check
        ======================
        
        This packages creates a test event in a CalDAV calendar, and checks that it can
        be read back.
        
        
        Usage
        =====
        
        Create a configuration file::
        
            [default]
            url = https://caldav.example.com/
            calendar = testcalendar
            username = test@example.com
            password = secret
            # loglevel = WARNING  # This default means no output for a successful run.
        
        Now run ``caldav-check-roundtrip example.conf``. It will create an event in the
        given calendar ``testcalendar`` with a random string in the
        ``X-Mailcheck-Token`` header, check if an event with that string exists, and
        then delete the event. The exit status is 0 if sucessful, 1 on errors (e.g.
        connection failed) and 2 if the event could not be found.
        
        
        CHANGES
        =======
        
        1.0.1 (2018-04-08)
        ------------------
        
        - Fix typo in console script name.
        
        
        1.0.0 (2018-04-08)
        ------------------
        
        - First release.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Zope Public License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
