diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-10-09 11:39:36 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-10-09 11:39:36 -0500 |
commit | 1282befc5d9629ba0daacc2099811ccf19e4ed1b (patch) | |
tree | adf45681cef10279a74bd2d47c4bee3e408b558a /README | |
parent | 318c3e9c069bdefea972f542dacbc9cd27d6f9d2 (diff) | |
download | ayatana-indicator-datetime-1282befc5d9629ba0daacc2099811ccf19e4ed1b.tar.gz ayatana-indicator-datetime-1282befc5d9629ba0daacc2099811ccf19e4ed1b.tar.bz2 ayatana-indicator-datetime-1282befc5d9629ba0daacc2099811ccf19e4ed1b.zip |
add url activation for appointment menuitems on the phone profile.
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -7,11 +7,17 @@ ACTIONS Parameter: None * "activate-planner" - Description: opens up a calendar appointment editor. + Description: opens an appointment editor. State: None Parameter: int64, a time_t hinting which day/time to show in the planner, or 0 for the current day + * "activate-appointment" + Description: opens an appointment editor to the specified appointment. + State: None + Parameter: string, an opaque uid to specify which appointment to use. + This uid comes from the menuitems' target values. + * "set-location" Description: Set the current location. This will try to set the current timezone to the new location's timezone. |