aboutsummaryrefslogtreecommitdiffstats
path: root/include/asterisk/calendar.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asterisk/calendar.h')
-rw-r--r--include/asterisk/calendar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asterisk/calendar.h b/include/asterisk/calendar.h
index 09e5bcd5b..8b970ae69 100644
--- a/include/asterisk/calendar.h
+++ b/include/asterisk/calendar.h
@@ -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) */