Private Events Become Public Events Post-Migration
Ning To Jamroom
In the Ning archive there is no indication of whether an event was set as private or public, so I guess that this is another piece of data that Ning neglects when building their archive!!
However, the functionality can easily be added to Jamroom Events using the Form Designer. Just create an 'event_private' checkbox field for both the event create and update forms, then in any templates that publically list events, add a search parameter to the jrCore_list function - search="event_private != on"
hth