30-06-2008

Calendar on N800

Ok.. From now on, ill try to write on english.. lets see if i post more frequently.. :P

I was depress i coulnt syncronize my N800 with our intranet engine in the office (egroupware), until last week. Pimlico, is a company that makes PIM applications for maemo and openmoko platforms. They have a quite cool calendar application.

Some time ago, Patrik released a beta for he's syncevolution project, so i give it a try. Surprise you death.... it works!

Its just as easy as:


syncevolution --configure --sync-property username=pneumann --sync-property password=**** --source-property sync=none scheduleworld memo todo

cd ~/.config/syncevolution && mv scheduleworld your_company_name

syncevolution --configure --source-property sync=none --source-property uri=calendar your_company_name


And of course, a little cron that does sync every 10min only if there is a conection to the server.

Lets see if i finally arrive to the meetings!..

:P


Updated: Data is keept in ~/.evolution/calendar.
You can delete it by: PIDS=`pidof e-calendar-factory` && kill -15 $PIDS && rm -rf $HOME/.evolution/calendar