Hello everybody,
I'm facing a problem concerning enterprise calendars. I'm developing a software for Project Server 2010 that reads the resources' work per day and shows aggregate values per project and per month. For this purpose I'm trying to build a method which check whether a given resource is assigned on a given date. Here, the calendar comes into game. As far as I've read the SDK Documentation there is no way to access detailed enterprise calendar information of the type "Saturday/Sunday are non-working days". Unfortunately those non-working days are not part of the CalendarExceptionDataSet class.
Hence my question is: Is there any way to access those information via code (C#)? I've already had a look at the property PROJ_OPT_DAYS_PER_MONTH which excludes weekends, but which I'm not able to take to explicitly see whether a given date is a weekend. I know there are ways of accessing this information via the System Calendars class but since there are several calendars employed in the company it has to be read off dynamically.
Thanks a lot for your help,
Tom