0
votes
1answer
18 views

Can a calendar popup be added to a list's date filter instead of a list of text choices?

How would I replace the OOTB list date filter dropdown to be a calendar view instead? JQuery/Javascript solutions are feasible for me if it is indeed possible. So far looking at the page tags upon ...
2
votes
1answer
403 views

Pass values to default NewForm.aspx

I need to pass values from my list-view (calendar) to the default newform.aspx. As you propably know, you can click the "add" button on a day within the calendar view. Then the day get's automaticly ...
2
votes
1answer
667 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 ...
0
votes
1answer
218 views

Calendar view - end date not showing correctly

I followed the advice on a previously posted article, as I did not want all the columns of the calendar event. I created a custom list and set view to calendar. Custom Content Type for Calendar? The ...
0
votes
1answer
820 views

Calendar list event cell height does not increase with content

Was wondering if someone knows how to make it so that the cell for the calendar event does not cut off the contents. Instead I want it to dynamically resize depending on the contents. I did some ...
1
vote
2answers
337 views

How to order all day events on a calendar

I have a calendar list with a choice called "Category" with items A,B,C,D. I want to sort the all day events that are shown based on the selected category. I tried to set the Orderby ...
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 ...
3
votes
1answer
437 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 ...
0
votes
1answer
311 views

How do I create custom calendars beyond what is offered out of the box?

I have searched and searched for resouces on this for SharePoint 2010 and I am unable to find anything. I want a much more robost calender and I know c#, but I don't know where to begin. Please ...
6
votes
2answers
359 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 ...
1
vote
3answers
592 views

Is it possible to set the default view scope for a calendar view in code?

I can create a calendar view in code, however I have as yet been unable to figure out how to change the "Default Scope" (this is the name that appears in the user interface when editing a calendar ...