Releases: aluxnimm/outlookcaldavsynchronizer
Releases · aluxnimm/outlookcaldavsynchronizer
0.99.13
- Use BYSETPOS -1 to fix last (working)day monthly/yearly recurrences from Outlook
- Add UserAgent header to request. (needed by BAIKAL for example)
0.99.12
-Fix Bug: Mapping is wrong, when master event is not first event in CalDAV resource.
-Fix logging issue
-Fix recurrence from Outlook for last weekday in month
0.99.10
- When an entity is updated and the Etag is not set in the response, the Etag has to be fetched from the server.
- Factor out CalDavWebClient from CalDavDataAccess.
0.99.9
- Dispose Folders in OptionDialog
- Call GarbageCollector after each synchronizer run to avoid issues with recurrence exceptions, solves issue #47
0.99.8
-Fix some caldav timeout issues, properly dispose WebRequests
0.99.7
-Check if organizer address is empty to avoid COM Exception in GetMailUrl
-Fix exdate calculation for moved recurrence exceptions
0.99.6
Catch 404 response for empty caldav repositories from Synology
Some generic Refactoring