From 7b4baac1d34ce22a570f080066856e229462f606 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Thu, 25 Jul 2013 19:04:47 -0500 Subject: 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. --- README | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'README') 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" -- cgit v1.2.3