UnLockCalendar Method
Unlocks a calendar resource.
Syntax
[VB.NET] Public Sub UnLockCalendar(ByVal ResourceURI As String)
[C#] public void UnLockCalendar(string resourceURI);
Remarks
This method unlocks a calendar resource. Before calling UnLockCalendar on a particular calendar resource, the Tokens property must be set to the lock tokens for ResourceURI. The method will remove the lock, allowing other users or non-privileged users to access and operate on the file.