mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Support for calendar events priorities and categories (with ISO C90 fix)
See RFC 5545 ch. 3.8.1.2 and 9. (closes issue #17837) Review: https://reviewboard.asterisk.org/r/880/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@284851 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