The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
35 views

Can this simple scheduling app be done in SP OOB

...or would you need to write code? Event registration system Corporate events are entered into a list with a date assigned (could be a calendar or list view) Users register for the event * Only a ...
0
votes
1answer
93 views

Employee Scheduling Template

There is a template from Microsoft about Employee Scheduling. This however is an STP solution which doesn't work anymore starting Sharepoint 2010. Can someone please share if you have any templates ...
0
votes
1answer
482 views

The URL is invalid. It may refer to a nonexistent file

public override void ItemCheckingIn(SPItemEventProperties properties) { base.ItemCheckingIn(properties); #region Automatic Scheduling ScheduledItem scheduledItem = null; ...
1
vote
0answers
191 views

Schedule workflow or email notification

Just wondering, is there a way to schedule (e.g. 1st day of each Month) a workflow or send email notification for a list, without using powershell or C# code.