Event
Each event is displayed with its name, trigger date and time, and action.
Events are ordered by trigger date and time; the next event appears at the top.
A sub menu provides quick control over the event.
Delay by 10 minutes
You can delay the event by 10 minutes using this menu item. An event can be delayed as many times as needed.
Hold down the Alt and or the Command key to adjust the amount of time to delay the event.
- With no modifier key the delay is 10 minutes.
- With the Alt key the delay becomes 30 minutes.
- With the Alt and Command keys the delay becomes one hour.
Command Line:
powermanagerctl notifications.delay
AppleScript Example:
tell notifications to delay
Cancel
You can cancel pending events with this menu item. Once cancelled that instance of the event is removed from the pending list.
If you cancel a Daily event, the next instance of that event will be scheduled. A Daily event cancelled on Monday will cause Tuesday’s instance to be scheduled.
Command Line:
powermanagerctl notifications.cancel
AppleScript Example:
tell notifications to cancel