I can create a ScheduledItem in an event receiver, but how do I check if a list item is scheduled?
What I've tried:
IsScheduledItem method (ScheduledItem class) - but this method: "...confirms that the SPListItem is a member of a document library that supports scheduling, and that it has start and end dates, which are required for scheduling," which is obviously no good.