Qt Organizer C++ Classes

The QtOrganizer module allows access to calendar event information. More...

Detailed Description

The Qt Organizer API enables a client to request calendar, schedule and personal data from local or remote backends.

To include the definitions of the module's classes, use the following directive:

 #include <QtOrganizer>

To link against the module, add the following to your CMakeLists.txt file:

 find_package(Qt6 REQUIRED COMPONENTS Organizer)
 target_link_libraries(mytarget PRIVATE Qt6::Organizer)