I'm hoping this is just a simple thing that I'm missing, but I haven't been able to figure it out and haven't found any documentation, forum posts, blog posts, etc that address this either. :-(

I want to have an events sidebar block that displays the mini calendar and a list of events on that day below it (similar to how the events calendar works on this site: http://www.aspeninstitute.org/).

Is there an easy way to do this using Views and the Calendar module or am I looking at having to write a custom module/block for it?

Comments

arlinsandbulte’s picture

You could just use two blocks.

shawn_smiley’s picture

I thought of that, just put the upcoming and calendar blocks in the sidebar and throw a little jquery code in there to link them together.

I just wanted to make sure there wasn't a simpler way available that I was missing before writing some code.

ricmel111’s picture

Did you ever figure how to do this?

shawn_smiley’s picture

No, we decided just to have a view list of the next 5 upcoming events and a link to the full calendar page.

ricmel111’s picture

OK, thanks. Was hoping you had as it''s exactly what I need.

sketchysteven’s picture

Title: How to attach a mini-calendar to an event list view » use views_embed_view

I had something very similar come up. To accomplish a two column events block (mini calendar | next 3 events), I created a new block (add block), ticked on the input format for PHP (to add my own HTML and php), then added HTML and php (google the info on views_embed_view) to place the different piece of content in the block from views.

I then styled the HTML via css and had something usable.

Thought I'd add this... in case someone stumbles on this (like I did) via google and needs another rabbit hole.

Neslee Canil Pinto’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

The D6 branch is no longer supported so we're closing this issue. If you think this issue still exists in D7 you can open a new one.