D
Dennis
I would like to add/update/remove enterprise resource calendar exceptions
(resource specific vacation time) using the PSI methods.
First of all, I noticed that there is the Calendar web service, which only
exposes base calendar (only Standard in my case), not resource calendars. So
this does not seem to be the way to go.
Then I realized that the ResourceDataSet, which can be retrieved using the
Resource web service, exposes a CalendarExceptionsDataTable, which in fact
contains all the defined resource specific exceptions. However, I have not
been able to perform permanent updates on this table. For example, I can add
a new row to it, but reading the data set again from the server does not show
the updates.
My feeling is that I need to do something to write the updates to the
server, but I'm not sure what that could be. AcceptChanges() does not make a
difference.
Is there someone who has done this before?
Thanks,
Dennis
(resource specific vacation time) using the PSI methods.
First of all, I noticed that there is the Calendar web service, which only
exposes base calendar (only Standard in my case), not resource calendars. So
this does not seem to be the way to go.
Then I realized that the ResourceDataSet, which can be retrieved using the
Resource web service, exposes a CalendarExceptionsDataTable, which in fact
contains all the defined resource specific exceptions. However, I have not
been able to perform permanent updates on this table. For example, I can add
a new row to it, but reading the data set again from the server does not show
the updates.
My feeling is that I need to do something to write the updates to the
server, but I'm not sure what that could be. AcceptChanges() does not make a
difference.
Is there someone who has done this before?
Thanks,
Dennis