| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
#include <calendar.h>

| Data Fields | ||
| char * | data | |
| struct { | ||
| struct ast_calendar_attendee * next | ||
| } | next | |
Definition at line 89 of file calendar.h.
| char* data | 
Definition at line 90 of file calendar.h.
Referenced by caldav_add_event(), calendar_event_destructor(), calendar_join_attendees(), endelm(), and icalendar_add_event().
| struct ast_calendar_attendee* next | 
Definition at line 91 of file calendar.h.
Referenced by caldav_add_event(), calendar_event_destructor(), calendar_join_attendees(), copy_event_data(), endelm(), and icalendar_add_event().
| struct { ... } next |