Difference between revisions of "Calendar"
From Maemo Leste Wiki
Jump to navigationJump to search(14 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 | |||
* cal-home-widget has also been ported | |||
== Improvements over Fremantle Qalendar == | |||
* Supports landscape at dynamic resolutions (vs only 800x480) | |||
Planned: | |||
* Portrait support | |||
== Synchronising == | == Synchronising == | ||
See the [[Sync]] page. Alternatively, one can try this script, but it currently only syncs the calendar | |||
# 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 | |||
if that doesn't work try the section below | |||
Random resources: | Random resources: | ||
Line 23: | 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
- 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
if that doesn't work try the section below
Random resources: