Data Fields | |
struct ast_calendar_event * | event |
struct { | |
struct evententry * next | |
} | list |
Definition at line 226 of file res_calendar.c.
struct ast_calendar_event* event [read] |
Definition at line 227 of file res_calendar.c.
Referenced by add_event_to_list(), ast_calendar_event_alloc(), calendar_busy_callback(), calendar_devstate_change(), calendar_event_destructor(), calendar_event_notify(), calendar_event_read(), calendar_query_exec(), calendar_query_result_exec(), calendar_write_exec(), clear_events_cb(), do_notify(), event_hash_fn(), event_notification_destroy(), event_notification_duplicate(), eventlist_destructor(), handle_show_calendar(), and schedule_calendar_event().
struct { ... } list |
struct evententry* next [read] |
Definition at line 228 of file res_calendar.c.
Referenced by calendar_event_destructor(), calendar_join_attendees(), and copy_event_data().