简体   繁体   中英

View outlook calendar in asp.net C#

I am building an intranet using Asp.net C#. Users are login using their windows login via Windows Authentication. My question is how I can show their available time and appointments in their calendar within a day range? It does not have to be fancy.

thank you

Here I am placing the OWA into an iframe and only looking at the calendar. If you take away &module=calendar then you will get all of outlook.

<iframe src="https://mail.webpage.org/owa?cmd=contents&module=calendar"; width="100%" height="100%" scrolling="no" style="border-radius: 20px;"> </iframe> 

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM