Period | Custom Name | Link |
---|
You can make your own schedule file with a standard text editor. A schedule file should look like this, omitting content after "//".
(If you're not sure what this is, don't worry; this is only useful for advanced users. You'll be able to get by just fine with the editor above.)
{ "schedule": { "EarlyBird": { "name": "Early Bird Class", "url": "https://meet.google.com/whatever" }, "Lunch 1": { "name": "Your Lunch 1", "url": "https://meet.google.com/whatever" }, "Lunch 2": { "name": "Your Lunch 2", "url": "https://meet.google.com/whatever" }, "Block1": { "name": "Your First Period Class", "url": "https://meet.google.com/whatever" }, "Block2": { "name": "Second Period Class", "url": "https://classroom.google.com/whatever" } "Block3": { "name": "Class With No Teleconferencing or Classroom Link", "url": undefined } ... // You can also define classes that aren't present in the above menu, // if a special schedule is added in the future that uses them. }, "foreground_color": "#1a2741", "background_color": "#c34614", "foreground_text_color": "#ffffff", "background_text_color": "#ffffff", // This can be set to any URL, but ideally it should point to a path under our domain. "default_page": "/timeline", "include_period_name": false, }