aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/cal-util
diff options
context:
space:
mode:
authorRodrigo Moya <rodrigo@ximian.com>2003-04-10 22:38:24 +0800
committerRodrigo Moya <rodrigo@src.gnome.org>2003-04-10 22:38:24 +0800
commitc58790758eddfd7bc1eba2f68d61f347515a1cca (patch)
treefef6a8d1245f10ea28878c3fbab7482398d7d811 /calendar/cal-util
parent2e7d1434aedfbb634ede57faf6741dae5419d520 (diff)
downloadgsoc2013-evolution-c58790758eddfd7bc1eba2f68d61f347515a1cca.tar
gsoc2013-evolution-c58790758eddfd7bc1eba2f68d61f347515a1cca.tar.gz
gsoc2013-evolution-c58790758eddfd7bc1eba2f68d61f347515a1cca.tar.bz2
gsoc2013-evolution-c58790758eddfd7bc1eba2f68d61f347515a1cca.tar.lz
gsoc2013-evolution-c58790758eddfd7bc1eba2f68d61f347515a1cca.tar.xz
gsoc2013-evolution-c58790758eddfd7bc1eba2f68d61f347515a1cca.tar.zst
gsoc2013-evolution-c58790758eddfd7bc1eba2f68d61f347515a1cca.zip
added #define's for static capabilities.
2003-04-10 Rodrigo Moya <rodrigo@ximian.com> * cal-util/cal-util.h: added #define's for static capabilities. * pcs/cal-backend-file.c (cal_backend_file_get_static_capabilities): use the #define's above. svn path=/trunk/; revision=20800
Diffstat (limited to 'calendar/cal-util')
-rw-r--r--calendar/cal-util/cal-util.h11
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