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

advseb’s picture

Status: Active » Closed (fixed)

I 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:

/og_calendar/NID

Regards,

Sebastian

scs_calleros’s picture

Thank you. But, is not necessary create alias.