The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
875 views

How do I display the start date and end date of certain date in recurrance calendar item?

I have created a calendar and have added a repeating event. However, when I click on a certain date within the repeating events, the start date is showed as the start date of the series of recurrence ...
0
votes
2answers
219 views

Recurring event every N'th hour/day/week/month

Is it possible to have recurring tasks in Sharepoint* that collect certain data from lists and sends them in an email? I want to send an email with records X that match criteria Y from list Z every ...
2
votes
1answer
198 views

detach event from recurring events

When I edit a recurring event in sharepoint calendar I can decide whether I want to edit only one date or the whole series. If I edit just a single event all is fine as long as I don't edit the series ...
1
vote
1answer
1k views

Programmatically update Recurrence parameters for calendar entry

I'm building a Sharepoint service, which allows users to book company's resources, such as conference rooms, etc. The back-end is implemented with standard Calendar list, the front-end uses JavaScript ...
0
votes
1answer
14 views

How to set RecurrenceRowset = true when creating a view programmatically

I'm trying to create 3 different calendar views which I will use as overlays to represent the same set of data but color coded differently based on the calendar view shown. Im using the object model ...
0
votes
1answer
204 views

Weekly events are not displayed in the Calendar, but daily OK

I have some Javascript code, that adds events to the Calendar list using Client OM. If a daily event is added, everything is OK. But there're some problems with Weekly events. The event is ...
2
votes
0answers
272 views

RecurrenceData Xml to Microsoft.Exchange.WebServices.Data.Recurrence converter

I want to generate EWS Microsoft.Exchange.WebServices.Data.Recurrence object based on RecurrenceData column of SharePoint List. SharePoint stores recurring information in Xml format in ...
1
vote
0answers
36 views

Recurring event IDs

i have a calendar list and a task list. The calendar list has normal events and recurring events. I sync the events in the calender list to the tasklist with a modified version of this code: // Get ...
1
vote
0answers
213 views

Check booking conflicts in sharepoint calendar programmatically to avoid overlap booking for recurring events

Is there a way to programmatically check a booking if already exist in sharepoint calendar? I am saving recurring entries programmatically using the xml rule for recurrence as per this, for ...
0
votes
0answers
22 views

Change Recurring events ID

I've been reading other post about recurring events but i cannot find anything about what i need, which seems wear to me because i thought about it as something that may be common. I guess i'm doing ...
0
votes
0answers
26 views

How to prevent users from editing reccuring event of another user?

I have a problem in Sharepoint Foundation 2010. I created a calendar for resource allocation. Users have a permission to create events, edit their own events and view all events. They can“t delete ...
0
votes
0answers
82 views

Default values in a meeting workspace (Agenda/Attendees)

Does someone now, how default values can be added to a list in a meeting workspace? For example there is a agenda with some default text in it. The user should be able to edit the agenda, withouth ...
0
votes
0answers
122 views

Issue with Updating an already updated recurring calendar item

I am trying to update a recurring calendar list instance, when i update the first time it all works fine but when i fetch the updated item and try to update it, than it does not get updated.Here is ...
0
votes
0answers
82 views

Is it possible to create a recurring meeting without “organizer” person

Client wants to be able to set up a recurring meeting, but they don't want that meeting to have any of the attendees pre-added. I can't find the way of preventing Sharepoint from adding the person who ...