I'm using saber/dav 3.1.4. I've written some utilities to create/manage: - users - calendars - address books
However, the SQLite database schema has changed for 3.2.0. I realize there's a db migration process but I need to update my utilities because there were schema changes. Is there a sabre/dav API for doing this stuff. Specifically, I need to - add/update/delete users - add new calendars/address books - update calendars/address books (change the name mostly) - delete calendars/address books - count entries in calendars/address books Can you point me to relevant docs or am I just to do this by the seat of my pants (studying the db schema) like I did the first time? My user base is very small (4 Mac laptops, 4 iPhones and 1 iPad) so scalability is not really an issue. I just want to isolate my utilities from schema changes in the future. I can send you the code if there's any interest. It's packaged pretty well. Thanks in advance! -- Steve Witten Portland, OR -- You received this message because you are subscribed to the Google Groups "SabreDAV Discussion" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sabredav-discuss/296bb738-35d7-46b2-9f6a-7a9f56953cb6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
