Use for SharePoint calendar list

learn more… | top users | synonyms

2
votes
1answer
353 views

How to add a registration button to a calendar list / list form?

my use case is: I want to create an event management system without using meeting workspaces (sadly I/We can't use them, at least the senior dev. told me). There shall be: One Calendar List, ...
2
votes
2answers
45 views

Caml query to get the next event from calendar

I'm facing a problem building a caml query for the calendar list. Here is my caml query SPQuery query = new SPQuery(); StringBuilder sb = new StringBuilder(); ...
1
vote
1answer
95 views

Delete SharePoint Calendar Recurrence Event

Item Deleting event is not fired when delete single recurrence event.
1
vote
0answers
18 views

Custom content type for SharePoint2013 Calendar?

I've created custom content type for Calendar in SharePoint2013 that inherits from Event. Now, im having issue with creating/adding a new item in the calendar. SharePoint2013 does not want to save my ...
1
vote
0answers
118 views

Programmatically add event to Outlook Calendar

How to programmatically add event to outlook calendar .. I want to programmatically add event to Office outlook calendar.
1
vote
0answers
67 views

Programatically displaying Calendar view with XsltListViewWebPart

I am adding a XsltListViewWebPart dynamically to an asp Panel. This code works except I cannot get the calendar view to display. Despite specifying the guid, a regular list view will appear (Even ...
1
vote
1answer
263 views

Recurring Events in SharePoint 2010 - Incorrect “Duration”

Background: The company I work for has a regular SharePoint list with a custom ContentType (that does not inherit from a calendar list item) that it uses for Events. It then shows these using a ...
1
vote
0answers
67 views

sharepoint 2010 calendar overlays across 2 web appllications

So I have two calendars on two different web applications. I want to take advantage of the calendar overlay option in sharepoint 2010. cal1 on http://intranet1 with service account (serviceaccount1) ...
1
vote
2answers
310 views

Sync SharePoint Calendar Overlays in Outlook

I created a SharePoint calendar with several other calendars overlaying it. I want to sync the calendar and the overlays together, as one calendar, to Outlook. I can sync the main calendar and each ...
1
vote
1answer
142 views

Master Calendar won't Display Overlays when Connected to Outlook

I have created multiple calendars for different departments and use overlays to display everything in a single Master calendar. For some reason, none of the overlayed dates show up in Outlook when I ...
1
vote
1answer
126 views

How to get SharePoint 2010 controls in toolbox

My application uses Visual Studio 2010 to develop an application in SharePoint 2010. I created a visual webpart and added a <SharePoint:SPCalendarView ID="EventsCalendar1" width="100%" ...
1
vote
1answer
133 views

Can't see list options after adding content editor

I have a calendar list, using the calendar view, to which I have added a content editor Web Part, to contain additional instructions about the calendar. I added that Web Part directly to the ...
1
vote
1answer
185 views

Could not get previous events when using DateRangesOverlap

I used DateRangesOverlap for fetching calendar events with recurring set to TRUE. Below is the code : SPQuery query = new SPQuery(); DateTime startDate = new DateTime(2009, 2, 1); ...
0
votes
2answers
69 views

Calendar data's storage in SQL

Hi I would like to know in which db and table the datas for sharepoint calendar ? I need to have a reading access to these datas with another application write in php.
0
votes
2answers
313 views

How to get a list of events from a Sharepoint calendar that are 1 day from now?

I've been trying to get all events that are today as a test, I haven't been able to do that either. So far I've set an event for today (an all day event so times don't matter) and executed this query: ...
0
votes
1answer
80 views

Unable to get list “Calendar” list in feature while creating site

I want to create custom calendar list programatically. SPListTemplate template = web.ListTemplates["Calendar"]; var newListID = web.Lists.Add(fromTitle, description, template); But i cannot do ...
0
votes
0answers
8 views

Shared Schedule: How can I create a shared schedule using weekdays instead of calendar days?

I need to create a shared schedule in SharePoint 2010 which is scheduled for the 4th week day every month. When creating a shared schedule monthly the days can be selected based on calendar days, but ...
0
votes
1answer
12 views

Calendar View Dates

I have a calendar view to show holiday bookings for my department If you take the green booking as an example, this employee is due to return to work on 13th but the calendar view looks like he ...
0
votes
0answers
28 views

Disabling the Dialog pop-up for Calendar views

It seems from my trivial Google searches, that some users find, for certain list types - an inconsistent experience related to modal dialogs. In my scenario, we have a plain old SharePoint Foundation ...
0
votes
0answers
112 views

People picker username resolving in Lists but not Calendar - SharePoint 2013

We have an issue with Person/Group fields in an Events Calendar, where if the full name is entered 'Ken Kenniff' then it resolves fine. However if the username is entered 'kkenniff' then it doesnt ...
0
votes
0answers
59 views

All Events not displaying in Calendar View

I've imported all of my events and can view all of them via "All Events" view, but when in Calendar view, none of my events are being shown. Is there settings I need to change in the view? Thanks.
0
votes
1answer
91 views

Calendar Web Part -> not showing the items in underlying list

Yesterday I bought a web part from VirtoSoftware (http://www.virtosoftware.com/sharepoint-calendar). This uses javascript to show list items in any SharePoint list as calendar items in a web part. I ...
0
votes
0answers
28 views

13 Period Calendar in SharePoint 2010

I'm with one challenge that after lots of research I didn't found a solution yet and I need help. I need to implement a 13 period calendar solution (normally used in Financial institutions) in one ...
0
votes
0answers
50 views

SharePoint 2010 Calendar Coding by User

On my SharePoint site, all of our Project Managers add their active projects to their own project calendars, and then those projects are copied (using SharePoint Designer workflow) to a Master ...
0
votes
1answer
79 views

SP2010 Calendar Event removal via Outlook Email Cancellation

I've enabled incoming email for my SP calendar and have that working just fine. If i create a meeting through outlook, it populates my SP calendar and my Outlook calendar. If i then cancel the ...
0
votes
2answers
330 views

Problem with Calendar CAML Query

i have a problem with a CAML Query for a Sharepoint Online(Office365) Calendar. I try to get all Calendar Appointments between two dates. Here is my code: private void getFreeDays() { ...
0
votes
0answers
331 views

Exchange calendar overlay in SharePoint 2013

I'm trying to add Exchange 2010 calendar overlay to SharePoint 2013. Everything is fine if i'm doing the same with Exchange 2010 and SharePoint 2010 versions. I can see my Exchange events on SP2010 ...
0
votes
0answers
144 views

Convert Sharepoint Calendar Recurrence Data from xml to string

I am creating actual events from sharepoint recurring instances, i want to convert recurrence dat which is xml to string, how can i do it automatically.
0
votes
0answers
63 views

How do you remove the timestamp in a merged calendar in SharePoint?

Tried the following but does not work in a "merged" calendar: <script language="JavaScript"> var allDates = document.getElementsByTagName("nobr"); for(var i=0;i 0) { allDates[i].innerHTML ...
0
votes
0answers
930 views

Sharepoint 2013 - Shared Calendar

Ok - I am new to sharepoint so no previous knowledge of problems and troubleshooting for the product. I have implemented a shared outlook calendar. Very little on forums and blogs but it is possible. ...
0
votes
1answer
36 views

Can I prevent certain users from connecting to a calendar?

I have calendar. All can view(Read). I only want certain people to be able to add or edit events on this calendar. I have most users in a "Read" permissions group and those who will be added events ...
0
votes
1answer
40 views

Microsoft Sharepoint 2007 - Having limit of max absence (MC,Leave) function?

I've just joined a company, and they threw me their sharepoint website which had functions up and running, including the Absence and Leave Calendar. Currently the absence and leave calendar functions ...