CALENDAR_DAY — This is a block of HTML for a day on the calendar, which gets insert into %%days%% in the CALENDAR_WEEK variable.
No; users of the style cannot override this. It may only be defined in the style.
d | Day of the month. (1-31) |
eventcount | The number of events (journal entries) that occurred on that day. |
dayevent | If 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. |
daynoevent | If 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. |