Mon Mar 12 2012 21:47:36

Asterisk developer's documentation


ast_calendar_event Struct Reference

#include <calendar.h>

Collaboration diagram for ast_calendar_event:

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_dialdial
time_t end
const ast_string_field location
struct ast_channelnotify_chan
int notify_sched
const ast_string_field organizer
struct ast_calendarowner
int priority
time_t start
const ast_string_field summary
const ast_string_field uid

Detailed Description

Definition at line 91 of file calendar.h.


Field Documentation

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().

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().

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().

struct ast_dial* dial

Definition at line 109 of file calendar.h.

Definition at line 110 of file calendar.h.

The sched for event notification

Definition at line 106 of file calendar.h.

Referenced by destroy_event(), and schedule_calendar_event().


The documentation for this struct was generated from the following file: