manage_saved_plans
Manage the DayPlay user's saved outing plans: save a plan, list saved plans, or set/cancel alerts (sellout, closure, weather) on a saved plan. REQUIRES A FREE DAYPLAY ACCOUNT (same connect-code flow as plan_outing). Use this after plan_outing when the user wants to keep or monitor a plan. Data appears in the user's DayPlay account across web and app.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plan | No | For action=save: the full plan object (as returned by plan_outing). | |
| action | Yes | Operation to perform. | |
| plan_id | No | For list/set_alert/cancel_alert: the saved plan id (pln_...). | |
| alert_type | No | For set_alert: which alert to watch. |