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.





Thanks for this plugin,
i want to include your sheldule in the index page, but i don't made this.
I include this code
$page_id = 399;
$page_data = get_page( $page_id );
$content = $page_data->post_content; // Get Content
echo $page_data->post_content;
I create in page num 399 this text [weekly-schedule]
http://virtuals.tv
It's no good
Can you help me, thank's
Sorry for my bad English, i'm french….
Tu peut t'exprimer en français si c'est plus facile pour toi.
Donc, si je comprends bien, tu veut afficher un calendrier crée avec Weekly Schedule sur ta page principale. N'est-ce pas? Pas contre, je ne suis pas certain de comprendre le code PHP que tu affiche ci-dessus. WordPress à une fonctionalité de base permettant d'afficher une page de son choix sur la page d'index. Cette configuration est dans la section Settings > Reading de la page d'administration. J'ai l'impression que le code ne s'exécute pas dur a la fa¸on détournée que tu utilise pour charger le contenu de la page.
ok mais le soucis est que j'ai remanié complétement l'index de WP, donc, je n'utilise plus la structure de base, donc l'affichage ne se fera pas.
Je souhaite le mettre dans un en particulier sur ma page.
Existe-t-il un include afin d'afficher le résultat du schedule, comme il en existe dans certains addons ?
Il devrait être possible d'afficher l'horaire en appelant en utilisant le code suivant:
echo ws_library();
Je n'ai pas eu la chance de tester mais je crois que ça devrait fonctionner.
Thanks for the plugin. Is it possible to have more than one weekly schedule? That would be awesome! Thanks
I may be able to do something like that eventually. What would your need be? To display distinct separate schedules of weekly events or to display continuous events of weeks that follow each other?
Is it not possible to have this wonderful calendar list events by the month?
Not at this time. The main purpose of Weekly Schedule is to display recurring weekly events. Now, that being said, are you looking for a solution to display recurring monthly events or continuous different events and display multiple months?
Yannick,
We're looking for a scheduler for our radio station and this is looking like it could do the job. However, we have shows that are biweekly as well as weekly and so I was wondering if it's at all possible to amend the plugin so we can create biweekly shows?
Thank you.
I am definitely getting a lot of requests from people who want to go beyond a single week. But many of these diverse needs are quite diverse.
I am really still just thinking about how to implement all these things at this point.
What type of presentation would you see for a bi-weekly show? Would you see it displayed as a monthly view similar to the one that is currently on your site? That is quite different from the simple weekly view that I currently have.
Hi
First can I say this plugin seems wonderful, exactly what I was looking for but I seem to have an issue, when I am trying to add new items the Start Time & Duration drop boxes are empty, I'm unable to select a time and therefore unable to create an entry
Could you off any advice please
Hi Gordon. I have seen your comment but will only be able to investigate and give you a reply tomorrow evening. Sorry for the delay.
Hi Gordon,
Is it possible that you might have set the Start Time to be later than the End Time in the first page of the admin panel? Doing that would create an empty drop-down for the new entries.
Yannick
Is there some way to update the category and schedule id's in the database when they are deleted and/or changed? I see that the id numbers continue to increase even if all the categories are deleted…. This becomes a pain with styling the css!
There is currently no easy way in Weekly Schedule to reset the category and schedule ID count. However, if you're handy with PHP MyAdmin, run the SQL statement: TRUNCATE TABLE (TABLENAME) after deleting all records in one of these tables and the auto-generated counter will reset back to 0.
Hello Yannick.Great stuff! I used hte weekly schedule for my radiostation, but how can I start the time schedule between 06.00 AM until 05.AM (so its 24 hours schedule), because the first time must be lower then the second, so how can I make the 24 hours schedule complete? Thanks.
Hi Elroy, I have not really considered that use case when I created Weekly Schedule. I was more focusing on days being 24-hour spans from midnight to midnight. Just so I understand better, why would you want midnight to 5am to be on the previous day's schedule?
I have used this amazing plug in thank you and was wondering if there is a way to reset it so at the beginning of each week all the previous items in the calendar have been removed?
SO it basically resets it self automatically on a Monday so it is blank?
Is this possible?
Thank you
I am not 100% sure that I understand the use case here. You would want your schedule to clear out once a week automatically so that you can start filling it up with items again?