I recently setup a calendar feature on my website using this tutorial: http://www.drupaltherapy.com/node/76
I would like to go beyond that tutorial and allow each organic group on my site to have their own individual calendars with their own events. (FYI - My OG Pages were created using OG Panels)
If possible, I would like all of the "calendar events" from all group calendars to be included on one master calendar page located on my website's homepage. This is not a priority though.
I know there is an OG Calendar module. I looked into it though at it looks like that is no longer being supported. It seems as though the "event" module is kind of a thing of the past and the date/calendar modules are a better way of implementing this feature.
I would really appreciate any help on this.
Thank You.
Comments
Organic Group calendar
I have done this.
If I remember correctly.
Clone your current calender view
add the filter "Organic groups: OG: Posts in current group"
Change the name of the block in the section called block settings from "calendar" to "group calender"
Save the view
Go to admin/build/block
place the block named "group calender" in the region you want the group calender to be.
If you have a content type you are using specifically for calender events, make sure that it is allowed to be posted in groups.
Then you site calender should be populated with all calender events. whether they were posted within a group or not. And the group calender will only be populated with post from the group you are in.
Make sense?
Sorry if it does not, I have a problem putting thoughts into writing.
Let me know if that helps.
Similar solution works for me
Similar solution works for me - see here http://drupal.org/node/433768#comment-2332648
Kasia W