Gioyik / AwesomeTasks

Aplicacion para organizar y crear todas tus tareas con un simple slide
3 stars 2 forks source link

use CalDAV for task synchronization #11

Open jancborchardt opened 10 years ago

jancborchardt commented 10 years ago

Wohoo @Gioyik, awesome that you remade Clear in such a well-working way for Firefox OS! Ideally now the tasks should be syncable with existing platforms through CalDAV. That’s what is used by iOS Reminders, lots of Android tasks apps, ownCloud, and many more.

I’m not sure what’s the best library for that, but you can probably use one of the JS implementations listed at https://en.wikipedia.org/wiki/Comparison_of_CalDAV_and_CardDAV_implementations Maybe even use Mozilla’s CalDAV implementation: https://github.com/mozilla-b2g/caldav

Also cc'ing @bartv2 and @DeepDiver1975 who work on the ownCloud Tasks app.

(Btw, I’m one of the developers of Litewrite, a simple notes app which is also available on the Firefox Marketplace, works offline and syncs with remoteStorage. :)

Gioyik commented 10 years ago

Hi @jancborchardt

Thanks so much to fill the bug and for the recommendations. I am happy that you like the re-make of the app. I am interested in the remote storage, or implement a way to backup data to transfer to other devices. I am not sure about how to do it, but i am interested in. For this app i use localstorage. I will see how remoteStorage.io works to implement it in the app and more apps made by me. I accept Pull Request too. :)

Thanks so much.

Regards, Gio

PD: Good app i tried it and works perfect.

jancborchardt commented 10 years ago

Yeah, maybe @bartv2 or @DeepDiver1975 have some idea on how to use client-side CalDAV sync. :)