Moodle Plugins directory: oohoo - Calendar format | Moodle.org

oohoo - Calendar format
Course formats ::: format_calendar
Maintained by
Nicolas Bretin,
Patrick Thibaudeau
This course format displays a course in a calendar format.
Latest release:
52 sites
14 downloads
17 fans
Current versions available: 3
This course format displays a course in a calendar format.
The functionalities are:
- Hide/Display weekends,
- Display by week (With previous/next week buttons),
- Display by month (With previous/next month buttons)
- The current day is highlighted
Useful links
Contributors
Nicolas Bretin (Lead maintainer)
Patrick Thibaudeau: Maintainer
Please login to view contributors details and/or to contact them
We plan on updating all of our plugins for 2.5 over the summer. I don't have an actual time frame for the calendar course format right now.
I am using Moodle 2.5 and am getting a bug with calendar 1.0.4. All activities added are duplicating themselves. This is in edit mode only, but it is getting confusing. And if I delete one, they will both delete. I am also not getting an add activity or resource in each day as shown in your screen shots. Thanks for your help, love the plugin otherwise.
--Janice
The reason is we need to write reports which will join further tables with this information.
I am using moodle 2.6 and I have a problem with the highlighted Current day on the course main page.
Instead of the following (li for non-current day): < li id="section-1" class="section main yui3-dd-drop" role="region" aria-label=" 19 May" >
the current day shows the following li: < li id="section-2" class="section main yui3-dd-drop" "="" accesshide="" aria-label=" < span class=" > Current day 20 May" role="region" >
This causes the date to show:
Current day 20 May" role="region" > Current day 20 May
instead of just Current day 20 May.
If you can just point me in the direction of which file I can find the broken code in, that would be great. I am not sure where to look. Thanks for your help!
How to increase more than 52 sections in the course calendar format? For example 140.
Greetings.
José de Jesús.
You can set the max number of sections in the site admin course default settings - max number of sections.
I managed to fix the code for my purposes, however I have no idea if this is a permanent/stable way to fix it. In the file format.php line 241 originally read: $currenttext = get_accesshide(get_string('currentday', 'format_calendar'));
I changed it to read: $currenttext = get_string('currentday', 'format_calendar');
This fixed the current day text for me.
Do you have a github account? otherwise you can put it there, please let me know. I'm really interested on v3.1
Thanks!
https://github.com/ssuria/calendar-oohoo