Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
Calendar events. More...
#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 |
Calendar events.
Definition at line 95 of file calendar.h.
struct ast_string_field_mgr __field_mgr |
Definition at line 103 of file calendar.h.
struct ast_string_field_pool* __field_mgr_pool |
Definition at line 103 of file calendar.h.
time_t alarm |
Time for event notification
Definition at line 108 of file calendar.h.
Referenced by copy_event_data(), and schedule_calendar_event().
Referenced by copy_event_data(), and endelm().
int bs_end_sched |
The sched for changing the device state at the end of an event
Definition at line 112 of file calendar.h.
Referenced by schedule_calendar_event().
int bs_start_sched |
The sched for changing the device state at the start of an event
Definition at line 111 of file calendar.h.
Referenced by schedule_calendar_event().
enum ast_calendar_busy_state busy_state |
The busy status of the event
Definition at line 109 of file calendar.h.
Referenced by cdata(), and copy_event_data().
const ast_string_field categories |
Definition at line 103 of file calendar.h.
Referenced by copy_event_data(), and endelm().
const ast_string_field description |
Definition at line 103 of file calendar.h.
Referenced by copy_event_data(), endelm(), Api::load(), ResourceApi::load(), Model::load(), Parameter::load(), Property::load(), and parse_cdata().
struct ast_dial* dial |
Definition at line 113 of file calendar.h.
time_t end |
End of event (UTC)
Definition at line 107 of file calendar.h.
Referenced by add_event_to_list(), cdata(), copy_event_data(), and schedule_calendar_event().
const ast_string_field location |
Definition at line 103 of file calendar.h.
Referenced by copy_event_data(), endelm(), and parse_cdata().
struct ast_channel* notify_chan |
Definition at line 114 of file calendar.h.
int notify_sched |
The sched for event notification
Definition at line 110 of file calendar.h.
Referenced by schedule_calendar_event().
const ast_string_field organizer |
Definition at line 103 of file calendar.h.
Referenced by copy_event_data(), endelm(), and parse_cdata().
struct ast_calendar* owner |
The calendar that owns this event
Definition at line 105 of file calendar.h.
Referenced by add_new_event_cb(), copy_event_data(), and merge_events_cb().
int priority |
Priority of event
Definition at line 104 of file calendar.h.
Referenced by copy_event_data(), and endelm().
time_t start |
Start of event (UTC)
Definition at line 106 of file calendar.h.
Referenced by add_event_to_list(), caldav_add_event(), cdata(), copy_event_data(), icalendar_add_event(), and schedule_calendar_event().
const ast_string_field summary |
Definition at line 103 of file calendar.h.
Referenced by add_event_to_list(), copy_event_data(), endelm(), and parse_cdata().
const ast_string_field uid |
Definition at line 103 of file calendar.h.
Referenced by add_event_to_list(), copy_event_data(), event_cmp_fn(), find_event(), merge_events_cb(), and parse_cdata().