EWS-Calendar-Viewer

 view release on metacpan or  search on metacpan

README  view on Meta::CPAN

             username = oliver
             password = s3kr1t # or in EWS_PASS environment variable
         </args>
     </Model::EWSClient>

    And then start the Catalyst application, perhaps using one of the
    bundled server scripts.

CONFIGURATION
  privacy_level
    This can be set to "public" to show only your free/busy status,
    "limited" to show the title of the event as well, or "private" to show
    all details of the event in a tooltip.

  start_of_week
    Set this to a number from 0 to 6 representing Sunday through to Saturday
    respectively.

  EWS Client
    You'll need to set the server fully qualified domain name, and username
    for the calendar's account. The password can be set in the file using

lib/EWS/Calendar/Viewer.pm  view on Meta::CPAN

     </args>
 </Model::EWSClient>

And then start the Catalyst application, perhaps using one of the bundled
server scripts.

=head1 CONFIGURATION

=head2 privacy_level

This can be set to C<public> to show only your free/busy status, C<limited> to
show the title of the event as well, or C<private> to show all details of the
event in a tooltip.

=head2 start_of_week

Set this to a number from 0 to 6 representing Sunday through to Saturday
respectively.

=head2 EWS Client



( run in 0.696 second using v1.01-cache-2.11-cpan-87723dcf8b7 )