onTaskOverdue( )


An event that triggers when a task reaches its due date.

The onTaskOverdue() event handler runs when a task reaches its due date. The received TaskOverdueEvent object contains information about the task that was updated.

Note: Backend events don't work when previewing your site.

Method Declaration
Copy
Method Parameters
eventTaskOverdueEvent

Information about the task that's overdue and metadata for the event.

Was this helpful?
Yes
No