Hi!
What we need is to get outlook appointment from a number of different users and show them
on a webpage. Here the RADscheduler could be our answer!!! I have just made some test, and it is very simple to
show ONE specific outlook users appointment in the RADscheduler. (see the code below)
But how do you show more than one exchange users appointment in different groups on a webpage using the RADscheduler control?
For example show the user JATOV, HAGER and WEKJK.
Do you have a good code example of that? and is it even possible...
<telerik:RadScheduler ID="RadScheduler1" runat="server" Height="800px">
</telerik:RadScheduler>
RadScheduler1.Provider =
New ExchangeSchedulerProvider(https://XXXXXX/EWS/Exchange.asmx, "XXXX", "XXXXX", "DOMAIN")