Libical API Documentation 4.0 UNRELEASED Go to the stable 3.0 documentation
Loading...
Searching...
No Matches
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
13
14#ifndef ICALMESSAGE_H
15#define ICALMESSAGE_H
16
17#include "libical_icalss_export.h"
18#include "icalcomponent.h"
19
30LIBICAL_ICALSS_EXPORT icalcomponent *icalmessage_new_accept_reply(const icalcomponent *c,
31 const char *user,
32 const char *msg);
33
44LIBICAL_ICALSS_EXPORT icalcomponent *icalmessage_new_decline_reply(const icalcomponent *c,
45 const char *user,
46 const char *msg);
47
59LIBICAL_ICALSS_EXPORT icalcomponent *icalmessage_new_counterpropose_reply(const icalcomponent *oldc,
60 const icalcomponent *newc,
61 const char *user,
62 const char *msg);
75LIBICAL_ICALSS_EXPORT icalcomponent *icalmessage_new_delegate_reply(const icalcomponent *c,
76 const char *user,
77 const char *delegatee,
78 const char *msg);
79
92LIBICAL_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 */
Defines the data structure for iCalendar components.
icalrequeststatus
Definition icalenums.h:79
icalcomponent * icalmessage_new_counterpropose_reply(const icalcomponent *oldc, const icalcomponent *newc, const char *user, const char *msg)
icalcomponent * icalmessage_new_delegate_reply(const icalcomponent *c, const char *user, const char *delegatee, const char *msg)
icalcomponent * icalmessage_new_error_reply(const icalcomponent *c, const char *user, const char *msg, const char *debug, icalrequeststatus code)
icalcomponent * icalmessage_new_accept_reply(const icalcomponent *c, const char *user, const char *msg)
icalcomponent * icalmessage_new_decline_reply(const icalcomponent *c, const char *user, const char *msg)