- probe CalDAV URL before accessing events - this is better error handling and makes the script more robust
- make adding of
tags optional via configuration as this might not be perfect for all use cases
- add basic sync functionality to reduce number of delete+create actions that recreate the same event.
- update dependencies (
sabre/vobject
4.3 is out) - add
Monolog
for logging - move configuration to
config/config.inc.php
and provide example
- add missing
caldav-client-v2
and dependencies from Andrew's Web Libraries v0.54 (GH#2) - move those dependencies from
vendor
toinclude
- fix missing newlines in debug mode (GH#3)
- introduce changelog
- fill out motivation in README.md
- Initial release