Type of list used to display a calendar.
6
votes
4answers
8k views
How can I get a Sharepoint calendar to send a notification email to users involved in an event?
I'd like to have all attendees to be notified via email that they have been invited to an event from a Sharepoint calendar. How can I do this?
6
votes
2answers
357 views
Is it possible to create a calendar view with two entries per item?
I need a Calendar view, that shows two calendar entries per list entry (one for the begin date and one for the end date).
Is it possible to do this by creating a custom View Type (and maybe deriving ...
6
votes
2answers
817 views
Why are some recurring events “forgetting” their end date in the calendar list?
We are using some calendar based components both on our website and on our intranet. Both those components have the same issue.
The problem
An event is created with a recurrence over several days.
...
5
votes
5answers
11k views
How to aggregate events from multiple calendars to master calendar?
Across a site collection, various sites maintain their own calendars. Meanwhile, users have requested that events for those subgroups be aggregated and displayed on a master calendar.
Question: ...
5
votes
2answers
121 views
Strategy Queston : how would you implement this calendaring use-case
At my organization there is a process that goes in to preparing for our Board of Director's Meetings that begins 6 weeks beforehand and involves about 9 different steps. We have a template document ...
4
votes
1answer
2k views
Sharepoint 2010 Calendar View in Custom List Expand All by Default
For some reason the scripts I have found on the web (ie: http://social.msdn.microsoft.com/Forums/en-GB/sharepoint2010general/thread/a24da49a-7fc8-47c6-a125-95e4a5b2d095) are not working with a ...
4
votes
3answers
473 views
Displaying SharePoint List View in a ASPX file
The Situation
I have a SharePoint 2007 List with a Calendar View. I need to display this View in a custom ASPX page as marked 'Place code here to view SharePoint View of List X' in the following ...
4
votes
3answers
261 views
Unable to set “End Time” of Calendar through Javascript
I am trying to set default value of "End Time" field in Calender NewForm.aspx page. Here is my code:
var txtDate = $("#" + $("label:contains('End Time Date')").attr("for"));
var cboHours = $("#" + ...
4
votes
2answers
5k views
Connect/Push Outlook calendar to SharePoint (not vice versa)
I've received several requests from my user-base, whether it was possible to publish an Outlook calendar to SharePoint, based on an existing Outlook calendar.
Scenario
A team has a shared (not on ...
4
votes
1answer
498 views
Set default value for SharePoint Calendar description field
How can you set the default value for the 'Description' field for a SharePoint 2010 calendar list? There is nothing in the web interface for doing this, so I have tried it with PowerShell.
$w = ...
4
votes
1answer
4k views
SharePoint 2010 Event Calendar with Registration Feature
I would like to use SharePoint 2010 Calendar Web Part, but I need event registration functionality. How can I accomplish this using the out of the box Calendar Web Part. Does anyone have any ideas ...
3
votes
5answers
18k views
Is it possible to have SharePoint 2010 display a shared Exchange calendar?
Is it possible to have SharePoint 2010 display a shared Exchange calendar?
Software:
Sharepoint Foundation 2010 - 64 bit
Exchange 2003 - 32 bit
3
votes
1answer
439 views
No “New” Link on Calendar View
I made a custom Sharepoint 2010 list and then made a Calendar view for the list. When I view the calender, however, I don't get a link to add a new entry on the calendar like I do for the default ...
3
votes
2answers
7k views
Color coding categories on a Sharepoint 2010 calendar
Was wondering if someone has experience coloring a calendar event based on the value of a category. I have seen guides to do this via Sharepoint Designer but would like a way to do this through the ...
3
votes
1answer
540 views
Permissions required to sync SP Calendar with Outlook
I would like to create a Calendar in SharePoint (I think is SP 2007) for my team where I can see the member workloads by specifying in the "People Selector" field the name of the person.
The problem ...
3
votes
3answers
2k views
Copying Outlook Calendar Items to a SharePoint Calendar
I'm trying to help out a client on this one. He has a SharePoint calendar in a Team Site opened in Outlook and wants to copy certain events from his personal calendar to the SharePoint calendar. This ...
3
votes
1answer
435 views
SharePoint 2010 - Modified Calender View
I want to filter the Calender in my SharePoint 2010. All Items with a Enddate older than 7 days must be hidden.
I found no way to modified the Calender View to filter the elements because the field ...
3
votes
1answer
1k views
Room reservation Exchange <> Sharepoint Online (Office 365)
Is it possible to create a room reservation in a calendar on Sharepoint Online?
If so, how can this be done?
Also, Is it possible to add resources (like projectors,...) without adding them as a room?
...
3
votes
1answer
838 views
Disable drag and drop events in SharePoint calendars
Is it possible to disable drag and drop event in SharePoint calendar? I looked all available properties in SPCalendar control but I didn't find any.
Rendered Javascript has a parameter in factory ...
3
votes
1answer
569 views
Origin of different styles of ID numbers for recurring Calendar events
In WSS 3.0, recurring events have IDs for each specific recurrence, as well as the series item. For example, I might have a series item with ID=3, and it runs weekly on Wednesday. Then, the April 27th ...
3
votes
1answer
425 views
Meeting notifications from calendar with Foundation?
We're using SharePoint Foundation 2010. We do ~not~ have workflows. That fact prevents the answers given here from working for me. So, for a close-but-not-duplicate-question, I'd like to pose this ...
3
votes
2answers
468 views
SharePoint Calendar event not created when sending a meeting request
I have a calender created on my SharePoint site. I have configured the incoming email settings for the calendar list. I have added an email id for this calendar list.
When i create a meeting request ...
3
votes
2answers
779 views
Programmatically add Event to Sharepoint Calendar using Client OM
I need to programmatically add events to a SharePoint Calendar and make them repeatable using JavaScript Client Object Model (without any c# code).
Does anybody have ideas how can I implement this ...
3
votes
2answers
506 views
How do I set a recurring event on every 8th day of the month?
I want to create a recurring event in a calendar to be every 8th weekday of the month. I see that the options for this include first, second, third, fourth and last. It kind of just doesn't make sense ...
2
votes
2answers
2k views
How to customise site calendars depending on the event category in SP2010?
I have added to the Calendar in the Team site several categories for the events;
Meeting
Holiday
Team Event
Business Travel
In order to make this as visual as the Outlook calendar I would like the ...
2
votes
3answers
435 views
Color coding calendars and/or tagging entries
We just started using SharePoint in my organization and have faced some limitations that we're looking to overcome. Among the seemingly simpler challenges is the difficulty we're having sorting ...
2
votes
1answer
388 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
1answer
2k views
CAML query recurrent events problem
Here is the code I use:
SPQuery query = new SPQuery();
query.ExpandRecurrence = true;
query.CalendarDate = new DateTime(2013, 1, 1);
query.Query = @"
<Where>
<DateRangesOverlap>
...
2
votes
2answers
2k views
Showing team members outlook calendar on a SharePoint calendar
I was wondering if it is possible to show all the members of a team calendar on a SharePoint calendar? I know you have the calendar overlay option. I imagine when adding the calendar it would have to ...
2
votes
3answers
5k views
Custom Content Type for Calendar?
I have a calender list in my Sharepoint 2010 application. I want to make custom content types that the user can fill out that will make a calendar event.
The problem is, if I inherit from the Event ...
2
votes
2answers
552 views
Remove alt tags from Calendar
Has anyone been able to successfully remove the alt tags/(hover text) from events in the sharepoint 2010 calendar. I am trying to use Jquery to strip them out, but am having no success.
I have even ...
2
votes
1answer
83 views
Sharepoint Calendar Issue
When i am adding event in share point 2010 calendar programmatically, I need to refresh 2 time calendar. After that event is added to calendar.. Plz help me. Its urgent..
code:
SPList calendarList ...
2
votes
1answer
594 views
Why aren't custom views displaying recurring appointments properly?
We have two recurring events in a SharePoint calendar. The first recurs every two weeks beginning Jun 05, 2012, and the second recurs every two weeks beginning Jun 10, 2012. The Jun 05 meeting is ...
2
votes
1answer
222 views
Remove the fRecurrence field from the built in Event
I've made a custom Event type and am trying to figure out how to remove the Recurrence field from the build in SharePoint Event.
Here's my code, which doesn't seem to work :(
<?xml version="1.0" ...
2
votes
2answers
3k views
Permanently add persons to a group calendar view
I tried out the group calendar feature in SP2010 and it works pretty good. My only problem is that every time I load the page with the calendar view, it only adds my current user in the calendar. So I ...
2
votes
1answer
195 views
Access a date in a calendar through a link
Is it possible in SharePoint 2010 to access a particular date of a calendar through a link? As far as I could see it right now, switching to the Day view happens through AJAX, and no URL parameters ...
2
votes
3answers
174 views
Calendar Overlays and Split DNS
I have extended my main sharepoint 2010 webapp to provide extranet access.
I can now access my site from the internal network using http://spoint.domain.internal/ and from the outside using ...
2
votes
2answers
930 views
Add A SharePoint 2010 Calendar to Outlook
How do I push a SharePoint 2010 calendar out to a group of users so they have it automatically enabled and displayed in Outlook and/or Outlook Web Access? I'm thinking a Group Policy is my best option ...
2
votes
3answers
2k views
Updating Recurring Calendar Entry Programmatically
I have a calendar for nurses to update with visit information. They are scheduled using a recurring event. For example, they may want see a client every Friday for 10 weeks. This is easy in the SP ...
2
votes
1answer
634 views
How is a link to a Meeting Workspace stored for a Calendar Event?
If you open the DispForm.aspx for an item in a Calendar List, you see a link and display text to the Meeting Workspace (if one exists) for that event.
How can I access the link to the Meeting ...
2
votes
1answer
37 views
Calculated Value of “Start Time” in a calendar is not working
I am having a problem with a content type-specific, Reusable workflow. I use it for a calendar. When ever an event is created, I send an email to the approver with Name of the event, start time and ...
2
votes
2answers
239 views
SP2010: Event default categories
When creating a new SP2010 calendar event, the following options are offered as default:
Meeting
Work hours
Business
Holiday
Get-together
Gifts
Birthday
Anniversary
Most are not relevant for us ...
2
votes
1answer
2k views
How to make SharePoint 2010 calendar view Time Sensitive!
I am trying to create Dataview Webpart for SharePoint Calendar Events to display [Today] items.
I was sucessful on that, my next challenge is how to make it time sensitive. I want to display events ...
2
votes
1answer
2k views
Events showing in List view and not Calendar view
I've upgraded a WSS 2.0 site to MOSS 2007 to Foundation 2010 using the content database attach method, and I have a vacation calendar where I can see all the events in the list view, but the events do ...
2
votes
1answer
956 views
How can I create a recurring event that spans multiple days in a Sharepoint 2010 calendar?
I am currently using a workaround where I create recurring events for each of the separate days in the event, but I would like to just create one recurring event that spans over 7 days. As is, the ...
2
votes
1answer
638 views
Recurrance Event Display
I am facing some problems when I create a recurrance event in the calendar. I used the calendar on "Quick Launch" and created a recurrance event for 3 days and the event name is displayed only once ...
2
votes
1answer
466 views
Calendar Overlay issue in SharePoint 2010
I have a secured webapplication means that it uses "https" protocal, in which I have created two calendars Cal_1 and Cal_2. While trying to use the Calendar overlay option, it does not accept the ...
2
votes
1answer
2k views
SPCalendarView custom events in SharePoint 2010
In SharePoint 2007 we could use the SPCalendarView control (Microsoft.SharePoint.WebControls) to display custom created calendar events (for example from a separate SQL table).
Most links I have seen ...
2
votes
2answers
46 views
ics file, not able to download when anonymous?
I used the following method to create a ics file from a custom list:
...
2
votes
0answers
120 views
sync office 365 Outlook Calendar with office 365 SharePoint Calendar
I want to synchronize office 365 outlook calendar with office 365 SharePoint calendar. How to do this ? Is it Possible ?

