Ich erhalte bei der Verwendung des Calendar Moduls für einen Weblink (wie in der Modulhilfe beschrieben):
Embedded HTML
The module provides an additional function CalendarAsHtml(<name>,<options>). It returns the HTML code for a list of calendar events. <name> is the name of the Calendar device and <options> is what you would write after get <name> text ....
Example: define MyCalendarWeblink weblink htmlCode { CalendarAsHtml("MyCalendar","next 3") }
This is a rudimentary function which might be extended in a future version.
define NRWFeiertageWeblink weblink htmlCode { CalendarAsHtml("NRWFeiertage","next 3") }
immer den folgenden Fehler:
Undefined subroutine &main::CalendarAsHtml called at (eval 18613) line 1
Was ist zu tun?
Hat sich nach dem Update erledigt.
Funktioniert nun.