python-caldav / caldav

Apache License 2.0
314 stars 94 forks source link

feat: another example of using #427

Closed Truenya closed 1 month ago

Truenya commented 1 month ago

just yet another example(found on stackoverflow)

tobixen commented 1 month ago

Also, style test breaks due to the pesky requirements that lines should not exceed 78 characters (I personally hate this limit, but still I believe the python-caldav library should follow the PEP and the "industry standard"). This can be fixed easily by running tox -e style and commit.

tobixen commented 1 month ago

Style check is still failing

Truenya commented 1 month ago

@tobixen fixed