MealViewer Bridge
Get your school's lunch menu in your calendar app. No more checking the website every day.
1. Find Your School
2. Add to Your Calendar
Apple Calendar (iPhone / Mac)
Copy the calendar URL above
On iPhone: Go to Settings → Calendar → Accounts → Add Account → Other → Add Subscribed Calendar
Paste the URL and tap Next, then Save
On Mac: Open Calendar, click File → New Calendar Subscription, paste the URL.
Google Calendar
Copy the URL above
Open Google Calendar on a computer (not the phone app)
Click the + next to "Other calendars" in the left sidebar
Choose From URL, paste the link, and click Add calendar
Google Calendar can take up to 24 hours to show updates. This is a Google limitation, not a bug.
Outlook
Copy the URL above
Open Outlook and go to Calendar
Click Add calendar → Subscribe from web
Paste the URL and give it a name like "School Lunch"
Skylight Calendar
Skylight displays calendars from your connected account, so add the feed there first:
Subscribe to the feed in whichever calendar your Skylight is connected to (Google, Apple, or Outlook — see instructions above)
Open the Skylight app on your phone
Go to Calendars and make sure the new "School Lunch" calendar is toggled on
The lunch menu will appear as all-day events on your Skylight display
3. Share with Your Family
Apple doesn't let you share subscribed calendars through Family Sharing directly. Here are two ways to get it on everyone's devices:
Option A: Everyone subscribes (easiest)
Text or AirDrop the calendar URL to your family members
Each person follows the "Add to Your Calendar" steps above on their own phone
This is the simplest approach — each person gets their own independent copy that updates automatically.
Option B: Subscribe once + share via iCloud
Subscribe to the feed on your iPhone (see Apple Calendar steps above)
Create a new iCloud calendar called "School Lunch" (Calendar app → Add Calendar)
Manually copy the events (or use a Shortcuts automation) from the subscribed calendar to the iCloud one
Tap the (i) next to your new iCloud calendar and Add Person to share it with family members
Option B is more work to set up but means only one person manages the subscription. Option A is easier for most families.
For Developers
There's also a JSON API and Markdown endpoint:
GET /api/{schoolId}?meal=Lunch&range=week|month
GET /menu/{schoolId}.md?meal=Lunch&range=week|month
The Markdown endpoint is great for AI agents and Claude skills.