add_task_notification
Add a notification to a task by setting an absolute date or a time offset relative to its due date.
Instructions
Add a notification/reminder to a task
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | The task ID | |
| type | Yes | Notification type | |
| absoluteDate | No | For 'absolute' type: ISO 8601 date for notification | |
| relativeOffset | No | For relative types: offset in seconds (negative = before) |