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?