aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-07-25 19:04:47 -0500
committerCharles Kerr <charles.kerr@canonical.com>2013-07-25 19:04:47 -0500
commit7b4baac1d34ce22a570f080066856e229462f606 (patch)
tree1fe434370027aaeddbd6a69ff8d427c06128f913 /README
parent7364cf8dcb250e69748cdf077556778dd60a5f1d (diff)
downloadayatana-indicator-datetime-7b4baac1d34ce22a570f080066856e229462f606.tar.gz
ayatana-indicator-datetime-7b4baac1d34ce22a570f080066856e229462f606.tar.bz2
ayatana-indicator-datetime-7b4baac1d34ce22a570f080066856e229462f606.zip
Add support for displaying alarms.
EDS treats alarms as attributes of existing calendar events, so the difference in supporting them in the indicator is largely visual -- we use a different x-canonical-type for the menuitem so that clients can render them differently, such as with an alarm icon.
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index c6a8780..5dc9764 100644
--- a/README
+++ b/README
@@ -42,6 +42,12 @@ CUSTOM MENUITEMS
* Calendar
- x-canonical-type s "com.canonical.indicator.calendar"
+ * Alarm
+ - label s short summary of the appointment
+ - x-canonical-type s "com.canonical.indicator.alarm"
+ - x-canonical-time x the date of the appointment
+ - x-canonical-time-format s strftime format string
+
* Appointment
- label s short summary of the appointment
- x-canonical-type s "com.canonical.indicator.appointment"