User Guide
meeting 169
Contained tags
None (content only).
Returned by
common-info
, permissions-info, principal-info, principal-list, report-course-
takers
, report-meeting-attendance, report-quiz-takers
Example
<login>tennant@example.com</login>
meeting
Description
Container tag; contains information about a meeting.
Attributes
active-participants
The number of current participants.
permission-id The permissions the user has for the meeting. For more information, see
“About security” on page 18.
sco-id The ID of the meeting.
status Indicates the meeting’s status. The possible values are "no-content", which indicates
that the meeting has just been created but has no content;
"in-progress", which indicates a
meeting that’s currently in progress; and
"active".
type Indicates that this SCO is a meeting. The value is always "meeting".
Contained tags
date-begin
, date-end, domain-name, duration, expired, name, url-path
Returned by
report-my-meetings
Example
<meeting sco-id="10801" type="meeting" icon="meeting" permission-id="host"
active-participants="3">
<name>1st Seminar</name>
<domain-name>bcassidy02</domain-name>
<url-path>/r21331159/</url-path>
<date-begin>2005-02-25T10:00:00.000-08:00</date-begin>
<date-end>2005-02-25T11:00:00.000-08:00</date-end>
<expired>true</expired>
<duration>01:00:00.000</duration>
</meeting>