»

CALENDAR_DAY

CALENDAR_DAY — This is a block of HTML for a day on the calendar, which gets insert into %%days%% in the CALENDAR_WEEK variable.

View Types:

calendar

Overrideable:

No; users of the style cannot override this. It may only be defined in the style.

Properties

dDay of the month. (1-31)
eventcountThe number of events (journal entries) that occurred on that day.
dayeventIf the number of events (journal entries) is greater than zero for any given day, this property will be equal to the contents of a CALENDAR_DAY_EVENT variable. This is useful for when you only want to show certain HTML on days with events.
daynoeventIf the number of events (journal entries) is equal to zero for any given day, this property will be equal to the contents of a CALENDAR_DAY_NOEVENT variable. This is useful for when you only want to show certain HTML on days without events.