Skip to content

Instantly share code, notes, and snippets.

@mmuell
Last active January 24, 2026 12:53
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
{
"announcement": "Basketball!",
"family": [
{ "name": "Miles", "events": [ "Run" ] },
{ "name": "Luke", "events": [ "Run" ] },
{ "name": "Tracy", "events": [ "BBall Game" ] },
{ "name": "Mike", "events": [ "Off" ] }
],
"week": [
{ "name": "Sunday", "events": [ "AFC / NFC Championships" ] }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment