Asterisk - The Open Source Telephony Project
18.5.0
|
#include <calendar.h>
Data Fields | |
char * | data |
struct { | |
struct ast_calendar_attendee * next | |
} | next |
Definition at line 87 of file calendar.h.
char* data |
Definition at line 88 of file calendar.h.
Referenced by caldav_add_event(), calendar_event_destructor(), calendar_join_attendees(), endelm(), and icalendar_add_event().
struct { ... } next |
struct ast_calendar_attendee* next |
Definition at line 89 of file calendar.h.
Referenced by caldav_add_event(), and icalendar_add_event().