Skip to content

Instantly share code, notes, and snippets.

@mmuell
Last active June 29, 2026 12:49
Show Gist options
  • Select an option

  • Save mmuell/80a85feca9ed0d5d2d1daa05fc8dac6d to your computer and use it in GitHub Desktop.

Select an option

Save mmuell/80a85feca9ed0d5d2d1daa05fc8dac6d to your computer and use it in GitHub Desktop.
Family Daily Plan

family-daily-plan (gist sync)

{
"announcement" : "Heat Wave!!",
"family": [
{
"name": "Miles",
"events": [
"Cross Country"
]
},
{
"name": "Luke",
"events": [
"Cross Country"
]
},
{
"name": "Tracy",
"events": [
"Off"
]
},
{
"name": "Mike",
"events": [
"Work"
]
}
],
"week": [
{
"name": "Friday",
"events": [
"Race", "Day Off"
]
},
{
"name": "Saturday",
"events": [
"Race", "America 250th Birthday"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment