Difference between revisions of "Calendar"
From Maemo Leste Wiki
Jump to navigationJump to searchLine 10: | Line 10: | ||
== Synchronising == | == Synchronising == | ||
Looks like syncevolution has a maemo backend (syncmaemocal.so), but using the backend currently throws an error: | |||
<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 == |
Revision as of 15:31, 3 October 2020
Calendar
Data is stored in /home/user/.calendar/calendardb - in SQLite3 format.
Qalendar
Synchronising
Looks like syncevolution has a maemo backend (syncmaemocal.so), but using the backend currently throws an error:
user@devuan:~$ syncevolution --print-databases backend=maemo-events maemo-events: Maemo Calendar: not enabled during compilation or not usable in the current environment
Working on fixing that now.
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
Random resources: