signalapp / Flock

Private contact and calendar sync for Android.
https://signal.org/blog/flock
358 stars 80 forks source link

Support VTODO sync #29

Open itadventurer opened 10 years ago

itadventurer commented 10 years ago

I am one of the developers of the to do list app Mirakel and it would be great if Flock could work with Mirakel hand in hand.

We have implemented Martens Task provider https://github.com/dmfs/task-provider in our app and it would be great if Flock could use it too to push tasks in there.

We could also contribute some code but am currently very busy to improve our app and to implement the Task provider in davdroid

rhodey commented 9 years ago

@azapps I just spent a couple minutes testing out Mirakel and really like it so far, nice work :) Are there any resources you could point me to that would help in getting started with integration? I'm not familiar with the dmfs task-provider.

weiznich commented 9 years ago

We maintain a fork of davdroid to implement the tasksync there. This could be a good starting to log into. The provider itself is structured similar to buildin android calendarprovider.

rhodey commented 9 years ago

thanks :)

does anyone know of other projects which also implement the tasks-provider? my hope is that any new tasks-provider code within the Flock project would be compatible with other apps using the tasks-provider, so having multiple apps would be nice for testing.

weiznich commented 9 years ago

There is also dmfs taskapp.