Asterisk - The Open Source Telephony Project  21.4.1
Data Structures | Data Fields
ast_calendar_event Struct Reference

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_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

Calendar events.

Definition at line 95 of file calendar.h.

Field Documentation

time_t alarm

Time for event notification

Definition at line 108 of file calendar.h.

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.

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.

enum ast_calendar_busy_state busy_state

The busy status of the event

Definition at line 109 of file calendar.h.

time_t end

End of event (UTC)

Definition at line 107 of file calendar.h.

int notify_sched

The sched for event notification

Definition at line 110 of file calendar.h.

struct ast_calendar* owner

The calendar that owns this event

Definition at line 105 of file calendar.h.

int priority

Priority of event

Definition at line 104 of file calendar.h.

time_t start

Start of event (UTC)

Definition at line 106 of file calendar.h.


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