Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks out the specified enterprise calendars to allow for the editing of exceptions.
Namespace: WebSvcCalendar
Assembly: ProjectServerServices (in ProjectServerServices.dll)
Syntax
'Declaration
<SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Calendar/CheckOutCalendars", RequestNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Calendar/", _
ResponseNamespace := "https://schemas.microsoft.com/office/project/server/webservices/Calendar/", _
Use := SoapBindingUse.Literal, ParameterStyle := SoapParameterStyle.Wrapped)> _
Public Sub CheckOutCalendars ( _
array As Guid() _
)
'Usage
Dim instance As Calendar
Dim array As Guid()
instance.CheckOutCalendars(array)
[SoapDocumentMethodAttribute("https://schemas.microsoft.com/office/project/server/webservices/Calendar/CheckOutCalendars", RequestNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Calendar/",
ResponseNamespace = "https://schemas.microsoft.com/office/project/server/webservices/Calendar/",
Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void CheckOutCalendars(
Guid[] array
)
Parameters
array
Type: []Indicates an array of unique identifiers that specify enterprise calendars.
Remarks
For sample code, see UpdateCalendars(CalendarDataSet, Boolean, Boolean).
Project Server Permissions
Permission |
Description |
|---|---|
Allows a user to manage enterprise calendars. Global permission. |