mirror of
https://github.com/aluxnimm/outlookcaldavsynchronizer.git
synced 2026-04-27 11:56:03 +03:00
[GH-ISSUE #204] REV Property not updated on sync #668
Labels
No labels
1.0
1.0
1.0
2.0
Feature
Feature request
Google
Google Calendar
async
attachement
auto-migrated
auto-migrated
auto-migrated
bug
critical
enhancement
help wanted
implemented
pull-request
solved
solved
sourceforge
sourceforge
sourceforge
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/outlookcaldavsynchronizer#668
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mmfriedel on GitHub (Aug 3, 2017).
Original GitHub issue: https://github.com/aluxnimm/outlookcaldavsynchronizer/issues/204
The REV: property is not updated when I change a contact in Outlook.
I did the following. Created a contact on my CarDav server. Synced it to outlook. Edited in Outlook (added email) and waited until is was synced back.
The REV property was still that of the original contact.
The REV property should not stay the same if the content of the vCard changes.
See RFC 6350
@aluxnimm commented on GitHub (Aug 3, 2017):
what server are you using and what timestamp format is written to the REV property?
But you are right we aren't writing/updating REV yet and should do so.
@mmfriedel commented on GitHub (Aug 3, 2017):
I have several servers. saber/dav , CalendarServer.
The REV: property is either
REV:2017-07-23T21:30:21Z
or
REV:2017072323021Z
mostly the latter.
Michael
@aluxnimm commented on GitHub (Aug 4, 2017):
Fixed in
0b2189c, will be in next release.