Synchronization issue.
CalDAV and CardDAV Django Application based on Radicale
Brought to you by:
okami1
Originally created by: z4nD4R
Hello,
based on couple of my testing I have observed a weird (or I'm missing smth) behavior in synchronization.
During the test I've been using 4 client (including my own app):
Described behavior can be observed across the all clients.
from Lightning:
from DAVdroid:
from Evolutions:
from my own app:
I don't know if I'm missing smth, or this kind of behavior is expected.
Thank you for any advice.
View and moderate all "tickets Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Tickets"
Originally posted by: okami-1
Is your App server-side? How do you adding DBItem? With a django ORM or raw SQL?
When you updating your collection make sure you also updating the "Last modified field". This field is used in sync process.