CALENDAR_DAY_EVENT

Variable Details

The following are details on the CALENDAR_DAY_EVENT variable. For more information on modifying this variable, see the information about the style system.

CALENDAR_DAY_EVENT
view types:calendar
description:Some HTML that gets inserted into CALENDAR_DAY variables when the number of events (journal entries) for that day is non-zero. For instance, this is useful if you want to display a link to the day view to see what the user's events for that day were. On a day with zero events, you wouldn't want a link, so you'd put your HTML into this variable, not in CALENDAR_DAY. However, in CALENDAR_DAY, make sure you use %%dayevent%% somewhere.
can override:No; users of the style cannot override this. It may only be defined in the style.
properties:
eventcount The number of events that occurred on that day.
dayurl The URL of the corresponding day view, which shows all the events.

Back to Developer Area.