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:
Jan Kalab
2010-09-03 12:58:52 +00:00
parent 3403dbf374
commit a7505c0b91
5 changed files with 122 additions and 6 deletions

View File

@@ -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) */