diff options
Diffstat (limited to 'calendar/cal-util')
-rw-r--r-- | calendar/cal-util/cal-util.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/calendar/cal-util/cal-util.h b/calendar/cal-util/cal-util.h index 7b4f6c051e..c3a02e4efc 100644 --- a/calendar/cal-util/cal-util.h +++ b/calendar/cal-util/cal-util.h @@ -99,6 +99,17 @@ char *cal_util_expand_uri (char *uri, gboolean tasks); void cal_util_add_timezones_from_component (icalcomponent *vcal_comp, CalComponent *comp); +/* The static capabilities to be supported by backends */ +#define CAL_STATIC_CAPABILITY_NO_ALARM_REPEAT "no-alarm-repeat" +#define CAL_STATIC_CAPABILITY_NO_EMAIL_ALARMS "no-email-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" +#define CAL_STATIC_CAPABILITY_ORGANIZER_MUST_ATTEND "organizer-must-attend" +#define CAL_STATIC_CAPABILITY_ORGANIZER_NOT_EMAIL_ADDRESS "organizer-not-email-address" +#define CAL_STATIC_CAPABILITY_REMOVE_ALARMS "remove-alarms" +#define CAL_STATIC_CAPABILITY_SAVE_SCHEDULES "save-schedules" + G_END_DECLS #endif |