$darkmode
Libical API Documentation 4.0 STABLE VERSION Visit the v3.0 documentation
icalmessage.h
Go to the documentation of this file.
1 /*======================================================================
2  FILE: icalmessage.h
3  CREATOR: eric 07 Nov 2000
4 
5  SPDX-FileCopyrightText: 2000, Eric Busboom <eric@civicknowledge.com>
6  SPDX-License-Identifier: LGPL-2.1-only OR MPL-2.0
7  =========================================================================*/
8 
14 #ifndef ICALMESSAGE_H
15 #define ICALMESSAGE_H
16 
17 #include "libical_icalss_export.h"
18 #include "icalcomponent.h"
19 
30 LIBICAL_ICALSS_EXPORT icalcomponent *icalmessage_new_accept_reply(const icalcomponent *c,
31  const char *user,
32  const char *msg);
33 
44 LIBICAL_ICALSS_EXPORT icalcomponent *icalmessage_new_decline_reply(const icalcomponent *c,
45  const char *user,
46  const char *msg);
47 
59 LIBICAL_ICALSS_EXPORT icalcomponent *icalmessage_new_counterpropose_reply(const icalcomponent *oldc,
60  const icalcomponent *newc,
61  const char *user,
62  const char *msg);
75 LIBICAL_ICALSS_EXPORT icalcomponent *icalmessage_new_delegate_reply(const icalcomponent *c,
76  const char *user,
77  const char *delegatee,
78  const char *msg);
79 
92 LIBICAL_ICALSS_EXPORT icalcomponent *icalmessage_new_error_reply(const icalcomponent *c,
93  const char *user,
94  const char *msg,
95  const char *debug,
97 
98 #endif /* ICALMESSAGE_H */
icalcomponent * icalmessage_new_accept_reply(const icalcomponent *c, const char *user, const char *msg)
Definition: icalmessage.c:155
icalcomponent * icalmessage_new_counterpropose_reply(const icalcomponent *oldc, const icalcomponent *newc, const char *user, const char *msg)
Definition: icalmessage.c:200
Defines the data structure for iCalendar components.
icalcomponent * icalmessage_new_decline_reply(const icalcomponent *c, const char *user, const char *msg)
Definition: icalmessage.c:178
icalrequeststatus code
Definition: icaltypes.h:111
icalcomponent * icalmessage_new_error_reply(const icalcomponent *c, const char *user, const char *msg, const char *debug, icalrequeststatus code)
Definition: icalmessage.c:275
const char * debug
Definition: icaltypes.h:113
icalrequeststatus
Definition: icalenums.h:78
icalcomponent * icalmessage_new_delegate_reply(const icalcomponent *c, const char *user, const char *delegatee, const char *msg)
Definition: icalmessage.c:216