diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-07-25 19:04:47 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-07-25 19:04:47 -0500 |
commit | 7b4baac1d34ce22a570f080066856e229462f606 (patch) | |
tree | 1fe434370027aaeddbd6a69ff8d427c06128f913 /README | |
parent | 7364cf8dcb250e69748cdf077556778dd60a5f1d (diff) | |
download | ayatana-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-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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" |