cassidoo / todometer

A meter-based to-do list
https://cassidoo.github.io/todometer/
MIT License
1.98k stars 262 forks source link

Synchronization on mobile + other devices and platforms #14

Open jancborchardt opened 7 years ago

jancborchardt commented 7 years ago

Synchronizing tasks would be pretty neat so you can continue on your mobile device, online app or elsewhere.

CalDAV is an open protocol used for syncing tasks and calendars which is also natively supported by iOS, macOS, Android (using an app), Nextcloud and other platforms.

For Nextcloud Calendar and Tasks we use the davclient.js library: https://github.com/owncloud/davclient.js - maybe that's a good starting point. cc @georgehrke @Henni @raimund-schluessler if they have any input. :)

It would just require a one-time input of server/service, and username + password.

corbin-auriti commented 5 years ago

I would love to see this as well

cassidoo commented 4 years ago

This involves also building the app for other platforms, I'll keep the feature request and see what we can do to do this in the most free way possible :)

bovas85 commented 4 years ago

I was thinking of rather converting this to a pwa instead which works on the browser or any recent platform

solvingproblemswithtechnology commented 4 years ago

You can use Google Drive (or Dropbox/OneDrive) too, saving a file with the tasks. Probably there are more people with a Google account than a Nextcloud server/account.

EdwardMuturi commented 4 years ago

are you open to have the android version of this done in Kotlin. I can work on it.