Kgapi

enums.h
1/*
2 * This file is part of LibKGAPI library
3 *
4 * SPDX-FileCopyrightText: 2018 Daniel Vrátil <dvratil@kde.org>
5 *
6 * SPDX-License-Identifier: LGPL-2.1-only OR LGPL-3.0-only OR LicenseRef-KDE-Accepted-LGPL
7 */
8
9#pragma once
10
11#include "kgapicalendar_export.h"
12
13
14namespace KGAPI2 {
15
16Q_NAMESPACE_EXPORT(KGAPICALENDAR_EXPORT)
17
18/**
19 * Determines whether Google Calendar should send updates to participants
20 */
22{
23 All, /// Send updates to all attendees
24 ExternalOnly, /// Only send updates to non-Google Calendar participants
25 None, /// Don't send any notifications
26};
27
29
30} // namespace KGAPI
31
A job to fetch a single map tile described by a StaticMapUrl.
Definition blog.h:16
SendUpdatesPolicy
Determines whether Google Calendar should send updates to participants.
Definition enums.h:22
@ ExternalOnly
Send updates to all attendees.
@ None
Only send updates to non-Google Calendar participants.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Jul 26 2024 11:57:06 by doxygen 1.11.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.