Weekly-Schedule

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.
The 2009-2010 TV Schedule section of this site uses Weekly Schedule to generate its contents.
To get the plugin, please visit Wordpress.org where it is hosted.
Enhancement / Bug Tracking
In order to facilitate tracking of issues for Link Library, I have setup a bug / feature tracking system. See if you issue is already listed or report a new one.
Donations
Please feel free to leave comments, ask questions or report issues on either of these plugins. If you feel generous or really like these plugins, here is a donation link on Paypal:
I'm a tech enthusiast working in the modeling and simulation software industry. I am also married and the father of two very energetic little girls.




Alain L.
27 Jan, 2010
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….
Yannick Lefebvre
27 Jan, 2010
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.
Alain L.
28 Jan, 2010
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 ?
Yannick Lefebvre
29 Jan, 2010
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.
Carlo
5 Mar, 2010
Thanks for the plugin. Is it possible to have more than one weekly schedule? That would be awesome! Thanks
Yannick Lefebvre
6 Mar, 2010
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?
Dee
8 Mar, 2010
Is it not possible to have this wonderful calendar list events by the month?
Yannick Lefebvre
8 Mar, 2010
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?
Moif Murphy
11 Mar, 2010
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.
Yannick Lefebvre
11 Mar, 2010
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.