Weekly-Schedule
NOTICE: I will be working on a very involved project from mid-September 2011 to June 2012 and will not as much time available to support questions/feature requests on my plugins as I would normally have. Therefore, I recommend that you read through all comments here, through the forum on the wordpress.org and through the FAQ before asking questions. I will try to answer a few questions on occasions but I cannot guarantee at what frequency this will be. I will share more about this project as it progresses.
Thank you for your understanding.
This plugin allows users enter a list of weekly events through the WordPress admin interface and then display the resulting weekly schedule on a page of their choice.
2009-2010 TV Schedule section of this site uses Weekly Schedule to generate its contents.
Donations
If you feel generous and really like this plugin, here is a donation link on Paypal:
Usage Examples
Click here for more usage examples of Weekly Schedule.





I'm a tech enthusiast working in the modeling and simulation software industry. I'm also married and the father of two very energetic little girls.





Yannick, great plugin!
It would be very nice to have possibility to display categories instead of week days. In this case, plugin could be used for displaying different channels on particular day. Otherwise there is no possibility solve problem of two "NEED-TO-WATCH" shows that are on the same time, just on different channels.
What do you think?
Actually, there is. If you enter two items that are at the same time, Weekly Schedule will automatically add a second line to the day to display the concurrent items. I guess you did not try it out or did it not work correctly?
Maybe I wasn't precise enough. If you want to create a site which would display WHATS ON TV. You have at least 20 local channels. They all have shows for the same time. If you add 20 shows on the same date, the table will expand rather dramatically
If e.g. horizontal line would display channels (categories):
TV1 TV2 TV3 TV4 TV5…
and vertical would display time:
7:00
7:30
8:00
8:45
…
You could use plugin for displaying whats on tv.
You made a great plugin!!
I'm wondering if it is possible to put multiple
weekly schedule charts?
For example, studio A's weekly schedule
and Studio B's Weekly Schedule….?
Sorry my English is not clear… actually what i
want to be able to do is not put the extra information in the same schedule, but actually create a new schedule on a different page(or a same page).
That will be great if it's able to be done like putting code in html say.. [weekly-schedule2] or [weekly-schedule3]…
It is not possible to do these things with Weekly Schedule as it stands today. I only designed it to handle a single schedule at this time, but may consider extending it to support multiple schedules at some point in the new year.
Thanks for taking your time to answer to my question!
Enjoy the holidays!
I've installed the plugin and set-up several categories & items. How do I get them to show up on a given page?
You add the code [weekly-schedule] on the page where you want your schedule to show up.
Hi! Inquiry.
Can this plugins capable to use for two different timezone same TV Programs? Possible having achieves for schedule? It seems onces I already input my fields to all respected time and date for the whole weekend, in order to create another week-schedule, Currently I replace the existing one.
Hi Raymond. Weekly Schedule is really only meant to handle a list of recurring events, not to create a schedule of events that change from one week to the next, at least at this time in its development.
Hi –
I was running out of screen real estate using the half-hour time split. But by schedules needed to split on the half hour (say, 2:30-4:30). If I left it the way it was, the headers would get smashed together and become unreadable. If I switched to hourly splits, I'd lose accuracy by 30mins.
I'm not sure how this could be made into a configurable option (I've never made a plug-in before), but basically I left it in half-hour mode, and put in a catch to only output the hours.
if ($options['layout'] == 'vertical')
$output .= "";
if ($minutes == "")
$output .= "" . $hour;
//if ($minutes != "")
//$output .= ":" . $minutes;
I'm hoping this might be useful to someone else. To see what I'm talking about, click here (http://www.pooteeweet.com/img/mixed_hour_half-hour.jpg)
I was so busy posting my sample that I forgot to say thanks. "Thanks!"
Great plugin!
-Tim
Thanks for the suggestion Tim. I will look at incorporating it when I get back to enhancing Weekly Schedule.