Wed Jan 8 2020 09:50:23

Asterisk developer's documentation


ast_calendar_event Struct Reference

#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_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 93 of file calendar.h.

Field Documentation

struct ast_string_field_mgr __field_mgr

Definition at line 101 of file calendar.h.

struct ast_string_field_pool* __field_mgr_pool

Definition at line 101 of file calendar.h.

time_t alarm

Time for event notification

Definition at line 106 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 110 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 109 of file calendar.h.

Referenced by destroy_event(), and schedule_calendar_event().

struct ast_dial* dial

Definition at line 111 of file calendar.h.

struct ast_channel* notify_chan

Definition at line 112 of file calendar.h.

int notify_sched

The sched for event notification

Definition at line 108 of file calendar.h.

Referenced by destroy_event(), and schedule_calendar_event().


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