This plugin attempts to identify meeting requests sent from Exchange
Server, allowing the user to add the event to the Squirrelmail calendar.

Requires:
-mime.php from SM >1.2.5
-calendar plugin


To install the plugin:

  1.  Change to the plugins directory.

        $ cd plugins/

  2.  Unarchive the plugin.

        $ tar zxvf /your/path/to/exchange_meeting.x.x.tgz

  2.  This should create a exchange_meeting/ directory under plugins.

  4.  Go to the config directory and run conf.pl

        $ cd ../../config/
        $ ./conf.pl

  5.  Choose option 8 and proceed to add the new plugin following
      the instructions there.  Save and exit, and your plugin should
      be in place.

Any questions or problems, feel free to contact me:

Tracy McKibben
tracy@mckibben.d2g.com
MSN IM:  mckibbent@hotmail.com

Revision History:

03/07/2002 - rev 0.2
-Initial release

04/07/2002 - rev 0.3
-Added padding zeros to month and day values passed to calendar plugin,
 unpadded values would cause meetings to not appear on the calendar views
-Now recognizes meeting requests generated from non-Exchange Server users

