Project 2007 How to set name when editing resouse calender?

I

I_Need_Help

Hi
I'm using the following to edit working days per resource it adds the days
but leaves the event name blank, what do I call to set the days name?

Eg if you open the resource calendar in MSP the Name field.
Microsoft.Office.Interop.MSProject.Application projectProApp = new
Microsoft.Office.Interop.MSProject.Application();

projectProApp.Application.ResourceCalendarEditDays(projectProApp.Application.ActiveProject.Name,
"MyTest", startDate, startDate, Missing.Value, Missing.Value, Missing.Value,
Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value,
Missing.Value, Missing.Value, Missing.Value, Missing.Value, Missing.Value);
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top