-
New Feature
-
Resolution: Deferred
-
Minor
-
None
-
3.5.7, 3.6.5, 3.7
-
MOODLE_35_STABLE, MOODLE_36_STABLE, MOODLE_37_STABLE
-
MDL-66121-master
Some calendars (ie jewish/hebrew) have standard to be show in letters instead of numbers, currently the calendar in moodle is calling the core_calendar_get_calendar_monthly_view service that assume that days is always PARAM_INT.
The ability to render calendar mustache files inside calendartype plugin and override default calendar view will let calendartype developer to render their calendar as they wish - and even show multiple calendar side by side (like jewish and gregorian together - jewish in hebrew letters and gregorian in numbers)