Skip to main content

Creates an event in a CalDAV calendar, and checks that it can be read back

Project description

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.

1.0.2 (2023-04-04)

Changes

  • Switch from setup.py to pyproject.toml (wheel)

CHANGES

1.1.0 (unreleased)

  • Nothing changed yet.

1.0.1 (2018-04-08)

  • Fix typo in console script name.

1.0.0 (2018-04-08)

  • First release.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

ws.caldavcheck-1.0.2.tar.gz (3.8 kB view hashes)

Uploaded Source

Built Distribution

ws.caldavcheck-1.0.2-py3-none-any.whl (3.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page