GSoC/2021/StatusReports/ClauCambra: Difference between revisions

From KDE Community Wiki
< GSoC‎ | 2021‎ | StatusReports
No edit summary
No edit summary
Line 17: Line 17:
* [https://claudiocambra.com/2021/07/04/editing-and-deleting-mistakes-and-events-too-kalendar-week-4-gsoc-2021/ Editing and deleting mistakes… and events too — Kalendar week 4 (GSoC 2021)]
* [https://claudiocambra.com/2021/07/04/editing-and-deleting-mistakes-and-events-too-kalendar-week-4-gsoc-2021/ Editing and deleting mistakes… and events too — Kalendar week 4 (GSoC 2021)]
* [https://claudiocambra.com/2021/07/11/an-eventful-week-kalendar-week-5-gsoc-2021/ An eventful week — Kalendar week 5 (GSoC 2021)]
* [https://claudiocambra.com/2021/07/11/an-eventful-week-kalendar-week-5-gsoc-2021/ An eventful week — Kalendar week 5 (GSoC 2021)]
=== Merge requests ===
* [https://invent.kde.org/pim/kalendar/-/merge_requests/2 Add event editor to Kalendar]
* [https://invent.kde.org/pim/kalendar/-/merge_requests/3
Adding an AttendeesModel and RemindersModel for Event editing]
* [https://invent.kde.org/pim/kalendar/-/merge_requests/4 Adding support for event recurrence]
* [https://invent.kde.org/pim/kalendar/-/merge_requests/5 Add event editing and deleting capabilities, new event information drawer, major bugfixes]
* [https://invent.kde.org/pim/kalendar/-/merge_requests/6 Update repository README and relevant screenshot]

Revision as of 20:11, 11 July 2021

Plasma Mobile - Akonadi Calendar

While KDE Plasma on the desktop has robust calendar, tasks and journal management capabilities thanks to KOrganizer, Plasma Mobile currently lacks such capabilities. Existing applications are hampered by an absence of Akonadi integration, which would allow users to synchronise their data across applications in Plasma.

The reason for this is that there is currently no existing Kirigami/QML implementation of a calendar view component that integrates with Akonadi. Carl Schwan recently began developing a proof-of-concept Kirigami ‘Kalendar’ application that supports a detailed month view and works with Akonadi calendars, but that is currently a work-in-progress project.

This proposal puts forward a plan for improvements to this existing proof of concept that would help implement a fully-featured convergent calendar application for Plasma Mobile. This application would allow the user to view, create, modify, and delete calendar events with full Akonadi integration. This will be made possible by creating components written in QML and Kirigami that should allow for the creation of a visually-attractive and intuitive calendar view components that could be used in any Kirigami application.

Progress reports

Merge requests

Adding an AttendeesModel and RemindersModel for Event editing]