build_reminder
Convert minutes into an iCalendar TRIGGER string for task reminders. Specify minutes before due time to generate the correct trigger value.
Instructions
Convert minutes into an iCalendar TRIGGER string for reminders.
[Category: Utilities] [Auth: none]
[Related: create_task, update_task]
Args:
minutes_before: 0=at due time, 30=30min before, 60=1hr, 1440=1day, 2880=2days.
Usually you don't need this — use the reminder_minutes parameter in create_task
/ update_task directly. This tool is for inspection or manual trigger building.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| minutes_before | Yes |