-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Site should display what show is currently broadcasting #10
Comments
I think we could handle this through our own admin panel pretty easily, certainly more easily than integrating with Google calendar. If Show objects had properties for day, time, and frequency (weekly / bi-weekly / monthly), couldn't we set up a CRON to run every 24 hours and pull the evening's schedule? |
We definitely wouldn't need a CRON (we could just query the database on page load), but I'm more concerned with managing that schedule -- I think manually keeping it in sync with the google calendar that the scheduling team uses would be the biggest pain. |
That's a good point. I'll take a look at the Google calendar docs. |
maybe helpful? https://github.com/northworld/google_calendar |
Google calendar integration? Admin panel?
The text was updated successfully, but these errors were encountered: