Another Sametime 7.5.1 feature I hadn't noticed during the beta...
Category None
If you login to your Sametime meeting center and schedule a meeting, it will now send you an email with the meeting details. Example:
=-=-=-=-=-=-=-=-=-=-
=-=-=-=-=-=-=-=-=-=-
This feature is on by default and can be turned off via Sametime Administration. If you're a company that disables mail routing on your sametime server (many of you), you'll want to turn this feature off otherwise you'll get an ever growing mail.box. Here is the E-mail notifications help description for the feature:
From poking around the email is sent from code in a script library called SendNotificationEmail which is called by the agent SametimeWebQuerySave which is called by the WebQuerySave agent in the webConference form, wll of which are located in the STCONF.NSF. What's interesting is that the help description says if you don't want to send the password around to use other methods for notifying people. Well that's true, but you could still have the email generated without the password by modifying the createBasicsInfo function.
If you login to your Sametime meeting center and schedule a meeting, it will now send you an email with the meeting details. Example:
=-=-=-=-=-=-=-=-=-=-
Please forward the following information to your meeting participants. | ||||||||||||
| ||||||||||||
| ||||||||||||
| ||||||||||||
| ||||||||||||
=-=-=-=-=-=-=-=-=-=-
This feature is on by default and can be turned off via Sametime Administration. If you're a company that disables mail routing on your sametime server (many of you), you'll want to turn this feature off otherwise you'll get an ever growing mail.box. Here is the E-mail notifications help description for the feature:
If this box is checked, the server enables the sending of an e-mail with the meeting details to the person who created the meeting. A text field is included to add the name of the entity which is sending meeting details; the field should be left blank if the notification is intended to appear as sent from the creator of the meeting. Meeting details include the e-mail address of the meeting creator, the new meeting subject with date and time, and the edited meeting subject with the updated date/time. Details in each meeting notification include: meeting name, chair, start time, duration, and password, telephone information, whether audio and video connectivity are included, how often the meeting repeats, a link to an on-line meeting for internal and external participants. This feature is disabled by default. You can customize the text of the field for e-mail notification. The text is stored in the properties.jar file; a tech note is available for specifics. The password is sent unencrypted unless the password section is removed from the template, so if your company has password-sending restrictions, the meeting creator will need another method of distributing passwords.The feature isn't as complete as the email notification options for other on-line meeting tools, but at least it's a step in the right direction. Here's how I'd like to see the option improved:
- Provide the ability to e-mail the invite to other users who are invited to the meeting.
- Include a ics attachment so that it can automatically be added to people's calendars, example google, outlook, mac etc.
- Document how admins can modify the template email, so it can be changed easily, so they can add disclaimers, logo etc.
From poking around the email is sent from code in a script library called SendNotificationEmail which is called by the agent SametimeWebQuerySave which is called by the WebQuerySave agent in the webConference form, wll of which are located in the STCONF.NSF. What's interesting is that the help description says if you don't want to send the password around to use other methods for notifying people. Well that's true, but you could still have the email generated without the password by modifying the createBasicsInfo function.
Comments
Posted by Glen At 10:28:39 AM On 05/09/2007 | - Website - |
Is the agent called directly at the end of the meeting schedule or does it run "on new / update documents" in which case there would be a delay of up to 10 minutes.
Posted by Glen At 10:31:40 AM On 05/09/2007 | - Website - |
It's an agent that runs during the WebQuerySave (I believe I haven't checked), but it is immediate, not every 10 minutes etc.
Posted by Carl Tyler At 10:56:00 AM On 05/09/2007 | - Website - |
Posted by Carl Tyler At 11:18:57 AM On 05/09/2007 | - Website - |
Posted by Adam Gartenberg At 11:55:51 AM On 05/09/2007 | - Website - |
Posted by Tim L At 01:02:18 PM On 05/09/2007 | - Website - |
Posted by Daniel G At 12:41:22 PM On 09/26/2007 | - Website - |
No RESUME Line: 930 (SametimeWebQuerySave)
The built-in test meeting launches OK.
This is maddening and I can't track down the cause. We are a heavy 'MS' house but my Department wants features that only ST can provide. I can see that when it works we'll have an excellent 'MS-beater' but with problems like this, people are going to start wondering if we have made the right choice!
If anyone out there has any suggestions or can share expertise with us, let me know via email to d.a.clover@open.ac.uk
All the best!
David Clover
IT Manager
Maths and Computing Facuty
The Open University
Miton Keynes
MK7 6AA
Posted by DAvid Clover At 07:04:55 PM On 09/27/2007 | - Website - |