Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

event:scheduled_event_history() accepts an id for a scheduled event.  This id could come from event:list_scheduled_events() or from the postlude. This will return the status from the last time the schedEv raised the event as a map.

Code Block
languageJavaScript
themeConfluence
schedEv_history = event:scheduled_event_history("51cb2d2b3ce3ef083b090000");

...

The event:remove_scheduled() action accepts an id for a scheduled event.  This id could come from event:list_scheduled_events() or from the postlude. It removes the scheduled event from the queue. You can set a variable that contains a boolean status indicating whether or not the deletion was successful.

...