
Enable Item Scheduling in SharePoint 2010
In this article we will be seeing how to enable item scheduling in SharePoint 2010.
I have created a document library "Doc Library".
Go to Document Library (Doc Library) => Library Settings => General Settings =>Manage Item Scheduling => you will be getting the following error message.
Go to Document Library (Doc Library) => Library Settings => General Settings =>Versioning Settings =>Do the following
Go to Document Library (Doc Library) => Library Settings => General Settings =>Manage Item Scheduling => now you will be able to enable item scheduling.
Programmatically enable or disable item scheduling:
a. Open Visual Studio 2010.
b. Create Console application.
c. Replace the code with the following.
using System;
using System.Collections.Generic;
using System.Linq;