Organizer Qt Quick ListView Tutorial

In this tutorial, you will learn about the basic components of the Organizer API, including

  • Using the Organizer Model and the Qt Quick ListView to display Events
  • Delete Events stored in your supported calendar backend
  • Add your own new Events stored in your supported calendar backend
  • Edit existing title, start and end dates for your events retrieved.

We will be developing the simple Qt Quick Events ListView application shown below:

Tutorial contents:

  1. Part 1 - The Organizer Model and using listViews
  2. Part 2 - Adding New Events
  3. Part 3 - Deleting Events
  4. Part 4 - Editing selected Events
  5. Part 5 - Future steps