#include <calendar.h>

Data Structures | |
| struct | attendees |
Data Fields | |
| struct ast_string_field_mgr | __field_mgr |
| struct ast_string_field_pool * | __field_mgr_pool |
| time_t | alarm |
| struct ast_calendar_event::attendees | attendees |
| int | bs_end_sched |
| int | bs_start_sched |
| enum ast_calendar_busy_state | busy_state |
| const ast_string_field | categories |
| const ast_string_field | description |
| struct ast_dial * | dial |
| time_t | end |
| const ast_string_field | location |
| struct ast_channel * | notify_chan |
| int | notify_sched |
| const ast_string_field | organizer |
| struct ast_calendar * | owner |
| int | priority |
| time_t | start |
| const ast_string_field | summary |
| const ast_string_field | uid |
Definition at line 91 of file calendar.h.
| struct ast_string_field_mgr __field_mgr |
Definition at line 99 of file calendar.h.
Definition at line 99 of file calendar.h.
| time_t alarm |
Time for event notification
Definition at line 104 of file calendar.h.
Referenced by copy_event_data(), handle_show_calendar(), and schedule_calendar_event().
| int bs_end_sched |
The sched for changing the device state at the end of an event
Definition at line 108 of file calendar.h.
Referenced by destroy_event(), and schedule_calendar_event().
| int bs_start_sched |
The sched for changing the device state at the start of an event
Definition at line 107 of file calendar.h.
Referenced by destroy_event(), and schedule_calendar_event().
The busy status of the event
Definition at line 105 of file calendar.h.
Referenced by caldav_write_event(), calendar_busy_callback(), calendar_event_read(), calendar_query_result_exec(), cdata(), copy_event_data(), ewscal_write_event(), and exchangecal_write_event().
| const ast_string_field categories |
Definition at line 99 of file calendar.h.
Referenced by caldav_write_event(), calendar_event_read(), calendar_query_result_exec(), copy_event_data(), endelm(), ewscal_write_event(), and handle_show_calendar().
| const ast_string_field description |
Definition at line 99 of file calendar.h.
Referenced by caldav_write_event(), calendar_event_read(), calendar_query_result_exec(), copy_event_data(), ewscal_write_event(), exchangecal_write_event(), handle_show_calendar(), and parse_cdata().
Definition at line 109 of file calendar.h.
| time_t end |
End of event (UTC)
Definition at line 103 of file calendar.h.
Referenced by add_event_to_list(), caldav_add_event(), caldav_write_event(), calendar_busy_callback(), calendar_event_read(), calendar_query_exec(), calendar_query_result_exec(), calendar_write_exec(), cdata(), copy_event_data(), ewscal_write_event(), exchangecal_write_event(), handle_show_calendar(), icalendar_add_event(), and schedule_calendar_event().
| const ast_string_field location |
Definition at line 99 of file calendar.h.
Referenced by caldav_write_event(), calendar_event_read(), calendar_query_result_exec(), copy_event_data(), endelm(), ewscal_write_event(), exchangecal_write_event(), handle_show_calendar(), and parse_cdata().
| struct ast_channel* notify_chan |
Definition at line 110 of file calendar.h.
| int notify_sched |
The sched for event notification
Definition at line 106 of file calendar.h.
Referenced by destroy_event(), and schedule_calendar_event().
| const ast_string_field organizer |
Definition at line 99 of file calendar.h.
Referenced by caldav_write_event(), calendar_event_read(), calendar_query_result_exec(), copy_event_data(), endelm(), exchangecal_write_event(), handle_show_calendar(), and parse_cdata().
| struct ast_calendar* owner |
The calendar that owns this event
Definition at line 101 of file calendar.h.
Referenced by add_new_event_cb(), calendar_devstate_change(), calendar_event_destructor(), calendar_event_notify(), calendar_event_read(), calendar_query_result_exec(), copy_event_data(), destroy_event(), do_notify(), exchangecal_write_event(), and merge_events_cb().
| int priority |
Priority of event
Definition at line 100 of file calendar.h.
Referenced by caldav_write_event(), calendar_event_read(), calendar_query_result_exec(), copy_event_data(), endelm(), ewscal_write_event(), and handle_show_calendar().
| time_t start |
Start of event (UTC)
Definition at line 102 of file calendar.h.
Referenced by add_event_to_list(), caldav_add_event(), caldav_write_event(), calendar_busy_callback(), calendar_event_read(), calendar_query_exec(), calendar_query_result_exec(), calendar_write_exec(), cdata(), copy_event_data(), ewscal_write_event(), exchangecal_write_event(), handle_show_calendar(), icalendar_add_event(), and schedule_calendar_event().
| const ast_string_field summary |
Definition at line 99 of file calendar.h.
Referenced by add_event_to_list(), caldav_add_event(), caldav_write_event(), calendar_event_read(), calendar_query_exec(), calendar_query_result_exec(), copy_event_data(), endelm(), ewscal_write_event(), exchangecal_write_event(), handle_show_calendar(), icalendar_add_event(), and parse_cdata().
| const ast_string_field uid |
Definition at line 99 of file calendar.h.
Referenced by add_event_to_list(), caldav_write_event(), calendar_event_read(), calendar_query_result_exec(), copy_event_data(), event_cmp_fn(), event_hash_fn(), exchangecal_write_event(), find_event(), handle_show_calendar(), merge_events_cb(), and parse_cdata().