Calendar.CheckInCalendars Method

Checks in the specified enterprise calendars that were previously checked out for editing exceptions.

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

Syntax

'Declaration
<SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/Calendar/CheckInCalendars", 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 CheckInCalendars ( _
    array As Guid(), _
    force As Boolean _
)
'Usage
Dim instance As Calendar
Dim array As Guid()
Dim force As Boolean

instance.CheckInCalendars(array, force)
[SoapDocumentMethodAttribute("http://schemas.microsoft.com/office/project/server/webservices/Calendar/CheckInCalendars", 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 CheckInCalendars(
    Guid[] array,
    bool force
)

Parameters

  • array
    Type: []

See Also

Reference

Calendar Class

Calendar Members

WebSvcCalendar Namespace