mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-15 22:38:08 +00:00
Support for calendar events priorities and categories
Review 880 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@284849 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -95,7 +95,9 @@ struct ast_calendar_event {
|
||||
AST_STRING_FIELD(organizer);
|
||||
AST_STRING_FIELD(location);
|
||||
AST_STRING_FIELD(uid);
|
||||
AST_STRING_FIELD(categories);
|
||||
);
|
||||
int priority; /*!< Priority of event */
|
||||
struct ast_calendar *owner; /*!< The calendar that owns this event */
|
||||
time_t start; /*!< Start of event (UTC) */
|
||||
time_t end; /*!< End of event (UTC) */
|
||||
|
||||
Reference in New Issue
Block a user