// Cookbook Schedule modal. Click the "Schedule…" button in a serve // panel → opens this modal → user picks days + time slots → POST to // /api/cookbook/schedule/from-cookbook which writes the calendar event. // // Whole feature is gated on /api/cookbook/schedule/upcoming returning // `enabled: true`. If the server says it's disabled, this module hides // all Schedule buttons and never opens the modal. // // To remove the feature entirely: delete this file + the `