Link to home
Start Free TrialLog in
Avatar of tmartin40
tmartin40Flag for United States of America

asked on

Publish Calendar to the Web

Now that I have created five calendars for conference rooms and given read-only access to everyone for these calendars, I have now been asked to publish these calendars to our intranet site.  I  know how to publish a snap shot of a calendar from Outlook but how do I publish a conference room calendar from Exchange and have it auto-update?
ASKER CERTIFIED SOLUTION
Avatar of justinmoore14
justinmoore14
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of Shreedhar Ette
Shreedhar Ette
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of tmartin40

ASKER

Okay...this is how I am trying to compensate (might be the wrong way to do it)...
On my webpage that I am trying to show the conference room calendar (one page for each calendar), I just created an iframe that links to the calendar.  It works great but, now the users have to login.  Because I set the reviewer property for all users, it then takes them directly to the calendar.  I cannot find any resource that shows me how to allow anonymous login for just these accounts so it can pass through nor can I find anything that shows me how to pass the login information to the login screen automatically so the user doesn't have to login.  An help would be appreciated.  I pasted the iframe code below and only replaced my domain with "xxx".

<table width="95%" cellpadding="10">
    <tr>
        <td>
          <iframe src ="http://mail.xxx.com/owa/ConfRoom1@xxx.com/?cmd=contents&module=calendar&view=weekly" width="100%" height="700">
  <p></p>
</iframe>  
        </td>
    </tr>
</table>
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I need this to link to Exchange.  It works, it is just a pain to have to log in.  Thanks, guess I'm asking for something that can't be done.