This service allows you to download your school's menu calendar directly to your device using a simple menu form. For automation, you can use the API directly, or through the Siri shortcut. Right now, Linq Connect is the only supported platform. There may be other platforms supported in the future.
For the more technical folk out there, you can use the API to generate the ICS file:
curl -s -X POST \ -H "Content-Type: application/json" \ -d '{ "buildingId": "1234", "districtId": "5678", "startDate": "10-01-2024", "endDate": "10-31-2024" }' https://schoolmenuconnector.com/get-menu -o school_menu.ics
Note: Only POSTs are supported for the endpoint.
Parameters (send as JSON):
buildingId
- The school's building IDdistrictId
- The district IDstartDate
- Start date in MM-DD-YYYY formatendDate
- End date in MM-DD-YYYY formatFor iOS users who want to automate menu downloads using the API above, you can use our Siri shortcut:
Scan this QR code to get the Siri shortcut: