bigbluebutton-Github/bigbluebutton-web/grails-app/views/conference/_instructions.gsp
2009-06-02 22:35:22 +00:00

26 lines
1.1 KiB
Plaintext

<g:if test="${session.email}">
<div class="body">
<br/>
<hr />
<br />
<table bgcolor="EEEEEE" border="0"><tr><td>
<p class="doublespace"><b>Creating a conference call</b></p>
<ol class="decimal">
<li> Click on <b>'New Conference'</b></li>
<li> Create the details of the conference </li>
<li> Click on <b>'Create'</b> </li>
<li> Copy and paste the <b>'Invitation email'</b> to a new mail message in your personal mailbox. </li>
<li> Invite people to join your conference call (up to 20 people) </li>
</ol>
<br/><br/>
<b>For Outlook users: (optional)</b>
<p class="doublespace">For great results using your Outlook Calendar, copy and paste the <b>'Invitation Text'</b> to your calendar and invite people to join the conference.</p>
<p class="doublespace">Your invitees will receive the invitation, it will be added to their calendar and they will be able to RSVP and receive a conference reminder.</p>
<br/>
<p class="doublespace"><b>***Please remember that not all people have access to Outlook.</b></p>
</td></tr></table>
</div>
</g:if>