GNOME Bugzilla – Bug 537718
evolution caldav backend does not work with http://sogo-demo.inverse.ca/
Last modified: 2009-05-08 06:32:35 UTC
Actually, I tried 2 caldav calendar servers. Both of them dose not work with evolution. But thunderbird/lightening supports them very well Instructions to use sogo caldav calendar server are on http://sogo-demo.inverse.ca/.
Created attachment 118301 [details] [review] proposed eds patch for evolution-data-server; CalDAV calendar backend update. I faced something similar on other server before the patch, but now it works better. I can access your server too with this patch. Some code has been copied from file backend.
Gicmo: Can you complete it before HC freeze?
Created attachment 118888 [details] [review] proposed eds patch ][ for evolution-data-server; Similar to the above, only timezone completed handling and switched order or notifications for created/modified/removed components when syncing, it's removed/created/modified, thus events will not disappear and reappear on next sync. To have timezones work properly, the cache should be recreated from scratch.
In redirect_handler: g_return_if_fail () should only be used for bugs in programs, not in normal control flow. Better use if () return here. [g_return_if_fail also gets transformed to to "(void) 0;" when G_DISABLE_CHECKS is defined. Otherwise it looks good to me.
That should go in to stable too. (even 2.24.0 if RT decides so)
Committed to trunk. Committed revision 9592. Committed to gnome-2-24. Committed revision 9593. ...with a change described in comment #4.
*** Bug 547260 has been marked as a duplicate of this bug. ***
*** Bug 557281 has been marked as a duplicate of this bug. ***