Closed (fixed)
Project:
OG Calendar
Version:
6.x-1.0
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
23 Apr 2009 at 14:43 UTC
Updated:
9 Jul 2009 at 05:45 UTC
Hi,
is there a function in the og_calendar module which I can call to get the calendar of a given group? Something like:
og_calendar_get_calendar_link($nid)
If not, how would you do that in PHP?
Regards,
Sebastian
Comments
Comment #1
advseb commentedI solved it by constructing the alias on my own. The calendar belonging to a group has the same ID as the group's main page. So you can extract there the node ID and use it in the alias, which looks as follows in my case:
Regards,
Sebastian
Comment #2
scs_calleros commentedThank you. But, is not necessary create alias.