Comment 2 for bug 1266058

Revision history for this message
Sam Bull (dreamsorcerer) wrote :

The ownCloud Notes app has it's own API, rather than using CalDAV.

So, it would be a case of occasionally downloading the notes to sync things locally, and then using the API to send changes back to the notes app (edit/add/delete a note). And, they will all come through as JSON, so it's easy to work with in the Javascript.

https://github.com/owncloud/notes/wiki/API-0.2