Answered by:
How to create custom calendar list in Sharepoint 2010

Question
-
Hi
I want to create custom calendar list in Sharepoint 2010 which looks same as calendar list which are already available in Sharepoint so is there any way to do it using C#.Net.
Thanks in advance.......
Thursday, September 20, 2012 6:11 AM
Answers
-
Hi,
Here is a sample.http://weblogs.asp.net/gunnarpeipman/archive/2009/01/24/creating-sharepoint-global-calendar.aspx
Please Note: Microsoft provides third-party information to help you find technical support. This information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.
In addition, you may refer to this case also.Kim Zhou
TechNet Community Support
Thursday, September 20, 2012 6:53 AM
All replies
-
You can create it as any usual SharePoint List and assign a new Calendar View for this list.
Here is a good reference: http://sarangasl.blogspot.ro/2009/11/create-sharepoint-list-programmatically.html
Good luck!
http://valygreavu.com/
Thursday, September 20, 2012 6:19 AM -
Hi,
Here is a sample.http://weblogs.asp.net/gunnarpeipman/archive/2009/01/24/creating-sharepoint-global-calendar.aspx
Please Note: Microsoft provides third-party information to help you find technical support. This information may change without notice. Microsoft does not guarantee the accuracy of this third-party contact information.
In addition, you may refer to this case also.Kim Zhou
TechNet Community Support
Thursday, September 20, 2012 6:53 AM -
Hii ,
you can create custom web part and within that use SPCalendarView control. using this u can achieve any level of customization.
Thanks & Regards | Swapp1987
Thursday, September 20, 2012 7:15 AM