You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you first add the CardDAV account it hits the server and does PROPFINDs but never GETs. Then when you add a contact to Contacts.app, after it does the PUT, for some reason it notices the server contacts and pulls them down.
My use case is read only from the server so this obviously is problematic. Any thoughts?
Thanks for the great app!
The text was updated successfully, but these errors were encountered:
I'm still working out the kinks but it fit my use case a bit better (trying to add something to an existing app). Hoping to write up my setup once it's done as I feel like others might want to expose an existing list of users in a Rails app over CardDAV. Couldn't find anything out there for that...
Yeah this was mostly meant as a standalone proof-of-concept, not really something to integrate as I library. Unfortunately one of the hardest parts is that "older" apps (especially Apple ones) are just very buggy.
I'm giving some thought to rewriting this with Rocket.rs or Phoenix though.
When you first add the CardDAV account it hits the server and does PROPFINDs but never GETs. Then when you add a contact to Contacts.app, after it does the PUT, for some reason it notices the server contacts and pulls them down.
My use case is read only from the server so this obviously is problematic. Any thoughts?
Thanks for the great app!
The text was updated successfully, but these errors were encountered: