search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Shared / Public calendar folder

Related article: Loading Calendar Events from Exchange Server (Office 365) using EWS (ASP.NET)
Asked by David Lindström
7 years ago.

Hi, this works fine for the users calendar, but if i want to access a (Shared/Public) Resources calendar, like a conference room wich the user has full access to?

Answer posted by Patrick Brice
7 years ago.

David Try adding the following to the end of your Read Only Service property:

svc.ImpersonatedUserId = New ImpersonatedUserId(ConnectingIdType.SmtpAddress, "room@domain.com")

Be aware that it will require that the user you use for "WebCredentials" has access to the Room, Mailbox, etc.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.