Difference between revisions of "Calendar"

From Maemo Leste Wiki
Jump to navigationJump to search
Line 10: Line 10:
== Synchronising ==
== Synchronising ==


Looks like syncevolution has a maemo backend (syncmaemocal.so), but using the backend currently throws an error:
With fixed calendar-backend (https://github.com/maemo-leste/calendar-backend/commit/c6e9ef0db493118d44a2958f71180ac70609b071) and syncevolution built with maemo backend, it is possible to sync radicale to the device. (Instructions to follow)
 
<pre>
user@devuan:~$ syncevolution --print-databases backend=maemo-events
maemo-events:
Maemo Calendar: not enabled during compilation or not usable in the current environment
</pre>
 
 
Working on fixing that now.


== TODO ==
== TODO ==
* It is not yet clear how (sync)evolution on Fremantle synchronises to "/home/user/.calendar/calendardb", this needs to be figured out before this can work
* syncevolution with radicale as server works, and syncs to the evolution server, but that is not what we want.


* cal-home-widget is also ported
* cal-home-widget is also ported

Revision as of 20:26, 4 October 2020

Calendar

Data is stored in /home/user/.calendar/calendardb - in SQLite3 format.


Qalendar

Synchronising

With fixed calendar-backend (https://github.com/maemo-leste/calendar-backend/commit/c6e9ef0db493118d44a2958f71180ac70609b071) and syncevolution built with maemo backend, it is possible to sync radicale to the device. (Instructions to follow)

TODO

  • cal-home-widget is also ported

Random resources: