Project Server 2007 developer can use PSI to read global calender. Here is the example how to read global calender with PSI: CalendarDataSet cal = ProjectServer.wsCalendar.ReadCalendars(GetByNameFilter(Name), false ); private string GetByUIDFilter( Guid
Read More...