|
$NumDatesPerRow = 4; // 4 meetings displayed per row
$col1 = intval($NumDatesPerRow/2);
$col2 = $NumDatesPerRow - $col1;
$Meetings = getAllMeetingDates($groupID,2);
$groupData = getGroupData($groupID);
?>
echo $groupData['GroupName'] . " (" . $groupData['GroupCity'] . ", " . $groupData['GroupState'] . ")"; ?>
A group is made of of members, view members of this group
|
To view a meeting schedule select the date for the meeting, below. These links will also take you to a page where you can modify and delete the existing meetings
|
|
Meetings are defined by a group of tasks. Tasks that are common to meetings can be defined in a template, which can then be applied to multiple meetings. The advantage of this is that it makes for quick a meeting definition.
To modify or delete a template select the 'Modify' or 'Delete' button to the right of the template. To create a new template, select the 'Create A New Template' button beneath the list of existing templates.
Meetings which are defined based on templates are not effected if the template is deleted or modified.
|
|