Forum OpenACS Q&A: How to get all package_id's of classes/communities and subgroups?

I have problems with getting all package_ids of calendars that belong to either a class or community or subgroup as a list.

Can someone kindly help me out?

Greeings,
Nima

check out site_node::get_children. It returns urls which can be converted to a package_id with site_node::get_from_url (or others)
I found a table dotlrn_community_applets which is maintaining a mapping of  packages per commmunity:
check dotlrn/sql/oracle/applets-create.sql. May be that can help...

regards
Harish

Hi Barry, hi Harish, thank you very much for your hints. That was very helpful.