Last active
July 16, 2025 14:09
-
-
Save mmuell/80a85feca9ed0d5d2d1daa05fc8dac6d to your computer and use it in GitHub Desktop.
Family Daily Plan
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"announcement_archive": "", | |
"family": [ | |
{ "name": "Miles", "events": [ "Run on Own" ] }, | |
{ "name": "Luke", "events": [ "XCountry", "Basketball", "TV" ] }, | |
{ "name": "Tracy", "events": [ "Laundry", "Basketball" ] }, | |
{ "name": "Mike", "events": [ "Laundry", "TV" ] } | |
], | |
"week": [ | |
{ "name": "Friday", "events": [ "Harmony Square" ] } | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment