The month block, month view are ok, but the year View shows lot of not existing events (I don't have the event repeat module)
See Attachments.

CommentFileSizeAuthor
#2 screenshot.50.jpg55.83 KBsrjosh
month_block.png3.42 KBMorn
year.png3.92 KBMorn
month.png16.05 KBMorn

Comments

srjosh’s picture

I have the opposite problem: My events are not showing up in year view. I'm running the latest version of the dev release as of April 7 2009, patched to allow for date_timezone error fix (Thread 409476).

Edit:

Correction - events that have already passed are not showing up. ALL days between the next event upcoming and the final event on the calendar are highlighted (see screenshot).

srjosh’s picture

StatusFileSize
new55.83 KB

screenshot

gettysburger’s picture

I just started having this same issue. I tried to upgrade (Calendar and Date) to the March 25 releases from the December 15 Dev (which had been working fine). It showed no dates on my calendar at all. So I went back to the December 15 release and now no previous dates appera on my calendar, yet every day following today has an underscore.

karens’s picture

Project: Date » Calendar

This is a Calendar issue, not Date.

renob73’s picture

I had the same problem :
in year view I had all day links underlined as if there were 'entities' on it when there were none.

I had a long look at the code and ended up wondering about this code (in theme.inc) :

// Make sure we only run through this function one time.
if (!empty($view->date_info->calendar_processed)) {
// return;
}

I uncommented the return ; and now the view is working (at least the year view).

has anyone an idea why this line was commented ?

Morn’s picture

Status: Active » Fixed

Fix in http://drupal.org/node/489722 (uncomment the return)

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.