3

I have been able to sync my calendar and contacts using the command line and a cron job, but I would like to have better integration into the system.

Is there a click package which already does this?

If not, is there some guide or example on how to get started to build this myself?

Thanks, Joachim

1 Answers1

1

Someone may already create a script to process (I didn't test it yet)

Let's see Romain Fluttaz answer.

I don't know if it's "easy" to build a UI from that script.

To create an app, you could maybe start from here. Inside the Ubuntu-sdk, there are some examples too (I'm not familiar with, just tried to create a webapp one time and understand the sdk functions)

Kristopher Ives
  • 5,419
  • 2
  • 27
  • 36
  • 1
    Thanks for your reply. I have written a small ubutu phoee app (using the Ubuntu SDK) but would not know who to link to the accounts. For the syncing itself I currently have a working setup which uses a cron job, but I would like to get better integration. – Joachim Van der Auwera Jan 10 '16 at 12:49
  • What is the process of your app? I really like to test your app. May we should start a launchpad group for building and sharing an App for syncing contents... – eDeviser Feb 07 '16 at 19:37