The default calendar view is being deprecated in favor of a calendar view template. Hence, the current view uses several outdated settings. I ran into several errors trying to fix this, so I think we should start from scratch with this view, then see what’s still broken at that point.

Possibly related: #1470344: It is not possible to run on Acquia Dev Desktop

Comments

penguininja’s picture

I've rewritten this view using the calendar template (http://drupalcode.org/project/julio.git/commit/a2f118e). However, I'm still getting the following errors:

Notice: Undefined variable: type in calendar_granularity_path() (line 518 ... calendar.module
Notice: Undefined variable: type in calendar_preprocess_date_views_pager() (line 151 ... calendar.module

This is most likely caused by #1445228: Calendar granularity path causing PHP notices. Though the patch in comment 12 removes the "month" tab for some reason. I'll follow up in that issue.

jgraham’s picture

Assigned: penguininja » jgraham
penguininja’s picture

Status: Active » Closed (won't fix)

In the latest commits, we've switched from using the Calendar module to FullCalendar. Closing this ticket as won't fix.