Difference between revisions of "Calendar"

From Maemo Leste Wiki
Jump to navigationJump to search
 
(15 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{Infobox Package
|image=
|status=Working
|devices=all
|date_in_repo=
|maemo_leste_repo=https://github.com/maemo-leste/qalendar
|category=Office
|packager=[[User:Wizzup]]
}}
= Calendar =
= Calendar =


Line 6: Line 17:
== Qalendar ==
== Qalendar ==


Qalendar is Qt5 implementation of the Maemo Calendar, source is here: https://github.com/maemo-leste/qalendar


It should mostly function as the Maemo calendar, see the feature comparison here: https://wiki.maemo.org/Qalendar


== Synchronising ==
* cal-home-widget has also been ported
 
== Improvements over Fremantle Qalendar ==


Looks like syncevolution has a maemo backend (syncmaemocal.so), but using the backend currently throws an error:
* Supports landscape at dynamic resolutions (vs only 800x480)


<pre>
Planned:
user@devuan:~$ syncevolution --print-databases backend=maemo-events
maemo-events:
Maemo Calendar: not enabled during compilation or not usable in the current environment
</pre>


* Portrait support


Working on fixing that now.
== Synchronising ==


== TODO ==
See the [[Sync]] page. Alternatively, one can try this script, but it currently only syncs the calendar


* 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
# Install syncevolution first via 'apt install syncevolution'
# Grab the script at: http://uvos.xyz/maserati/maemo-calendar-sync.sh
# Open it and change the vars to reflect your server
# Run it


* syncevolution with radicale as server works, and syncs to the evolution server, but that is not what we want.
if that doesn't work try the section below


* cal-home-widget is also ported


Random resources:
Random resources:
Line 36: Line 50:
* http://maemo.org/packages/source/view/fremantle_extras-devel_free_source/syncevolution-frontend/0.12/
* http://maemo.org/packages/source/view/fremantle_extras-devel_free_source/syncevolution-frontend/0.12/
* https://talk.maemo.org/showthread.php?t=75810
* https://talk.maemo.org/showthread.php?t=75810
*

Latest revision as of 20:38, 9 October 2022

Calendar
Status Working
Devices all
Leste repo https://github.com/maemo-leste/qalendar
Category Category:Office
Packager User:Wizzup


Calendar

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


Qalendar

Qalendar is Qt5 implementation of the Maemo Calendar, source is here: https://github.com/maemo-leste/qalendar

It should mostly function as the Maemo calendar, see the feature comparison here: https://wiki.maemo.org/Qalendar

  • cal-home-widget has also been ported

Improvements over Fremantle Qalendar

  • Supports landscape at dynamic resolutions (vs only 800x480)

Planned:

  • Portrait support

Synchronising

See the Sync page. Alternatively, one can try this script, but it currently only syncs the calendar

  1. Install syncevolution first via 'apt install syncevolution'
  2. Grab the script at: http://uvos.xyz/maserati/maemo-calendar-sync.sh
  3. Open it and change the vars to reflect your server
  4. Run it

if that doesn't work try the section below


Random resources: