Akonadi Calendar

selectcollection.h
1/*
2 * SPDX-FileCopyrightText: 2010-2012 Sérgio Martins <iamsergio@gmail.com>
3 *
4 * SPDX-License-Identifier: LGPL-2.0-or-later
5 */
6
7#pragma once
8
9#include "akonadi-calendar_export.h"
10
11#include <Akonadi/Collection>
12
13class QWidget;
14
15namespace Akonadi
16{
17namespace CalendarUtils
18{
19[[nodiscard]] AKONADI_CALENDAR_EXPORT Akonadi::Collection
20selectCollection(QWidget *parent, int &dialogCode, const QStringList &mimeTypes, const Akonadi::Collection &defaultCollection = Akonadi::Collection());
21}
22}
Utility methods for dealing with calendar content in Akonadi items.
FreeBusyManager::Singleton.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Apr 11 2025 11:53:15 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.