diff options
Diffstat (limited to 'calendar/cal-util/cal-util.h')
-rw-r--r-- | calendar/cal-util/cal-util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/calendar/cal-util/cal-util.h b/calendar/cal-util/cal-util.h index c3a02e4efc..3bf2a0d3ab 100644 --- a/calendar/cal-util/cal-util.h +++ b/calendar/cal-util/cal-util.h @@ -101,7 +101,10 @@ void cal_util_add_timezones_from_component (icalcomponent *vcal_comp, /* The static capabilities to be supported by backends */ #define CAL_STATIC_CAPABILITY_NO_ALARM_REPEAT "no-alarm-repeat" +#define CAL_STATIC_CAPABILITY_NO_AUDIO_ALARMS "no-audio-alarms" +#define CAL_STATIC_CAPABILITY_NO_DISPLAY_ALARMS "no-display-alarms" #define CAL_STATIC_CAPABILITY_NO_EMAIL_ALARMS "no-email-alarms" +#define CAL_STATIC_CAPABILITY_NO_PROCEDURE_ALARMS "no-procedure-alarms" #define CAL_STATIC_CAPABILITY_NO_TASK_ASSIGNMENT "no-task-assignment" #define CAL_STATIC_CAPABILITY_NO_TRANSPARENCY "no-transparency" #define CAL_STATIC_CAPABILITY_ONE_ALARM_ONLY "one-alarm-only" |