Active
Project:
OG Calendar
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
6 Feb 2009 at 23:16 UTC
Updated:
9 Apr 2009 at 05:05 UTC
Hello,
So I created a new content type and gave the name "eventz". I made the calendar only able to be seen on a certain view. However when I click the link on the left block that says "group calendar" i cant see any changes I've made.
How do I make an event that is read on that calendar?
Best,
Comments
Comment #1
dkaswan commentedI have same problem. After editing link 'Group Calendar', all group events can b found on calander.
echo l(t("Group Calendar"), "event/".date("Y")."/".date("m")."/".date("d")."/month/groupevent" );
But i want all the events to be displayed for a specific group. Any Solution?