Calendar.CheckOutCalendars Method

Checks out the specified enterprise calendars for editing exceptions.

Namespace:  WebSvcCalendar
Assembly:  ProjectServerWebServices (in ProjectServerWebServices.dll)

Syntax

'Declaration
<SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/Calendar/CheckOutCalendars", RequestNamespace := "http://schemas.microsoft.com/office/project/server/webservices/Calendar/",  _
    ResponseNamespace := "http://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("http://schemas.microsoft.com/office/project/server/webservices/Calendar/CheckOutCalendars", RequestNamespace = "http://schemas.microsoft.com/office/project/server/webservices/Calendar/", 
    ResponseNamespace = "http://schemas.microsoft.com/office/project/server/webservices/Calendar/", 
    Use = SoapBindingUse.Literal, ParameterStyle = SoapParameterStyle.Wrapped)]
public void CheckOutCalendars(
    Guid[] array
)

Parameters

  • array
    Type: []

Remarks

Project Server Permissions

Permission

Description

ManageEnterpriseCalendars

Manage enterprise calendars. Global permission.

See Also

Reference

Calendar Class

Calendar Members

WebSvcCalendar Namespace