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?