GSoC/2021/StatusReports/ClauCambra: Difference between revisions

From KDE Community Wiki
< GSoC‎ | 2021‎ | StatusReports
No edit summary
Line 9: Line 9:


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.
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 ===
* [https://claudiocambra.com/2021/06/14/first-week-of-google-summer-of-code-2021/ First week of Google Summer of Code 2021]
* [https://claudiocambra.com/2021/06/20/week-2-on-kalendar-gsoc-2021/ Week 2 on Kalendar (GSoC 2021)]
* [https://claudiocambra.com/2021/06/27/figuring-out-recurrence-in-kalendars-week-3-gsoc-2021/ Figuring out recurrence (and bugs…) in Kalendar’s week 3 (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)]

Revision as of 20:08, 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