Needs review
Project:
OG Calendar
Version:
6.x-1.0
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
6 Feb 2009 at 16:30 UTC
Updated:
18 Jun 2009 at 07:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
dleeward commentedYou can create a View specifying node type of Events and filtering by Group. There really is no need to use OG Calendar for this.
Comment #2
liquidcms commentedbut would still be nice to have a block like the Event module has that is only for group events (as the poster requested). You can get the content from views but how do you get a calendar like block?
Comment #3
thijsvdanker commentedI have created a patch that enables the default upcoming events block to be group sensitive.
The old way was to check for the og_nid, this patch uses og_get_group_context() to determine the current group.
Comment #4
thijsvdanker commented