Click here to Skip to main content
15,885,278 members
Articles / Productivity Apps and Services / Sharepoint / SharePoint 2010

Event Calendar Listing Web Part (SharePoint 2010)

Rate me:
Please Sign up or sign in to vote.
4.80/5 (18 votes)
4 Jul 2014CPOL6 min read 337.9K   8.5K   40  
Displays SharePoint events (or any calendar list) in a compact widget style calendar

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.30501.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuestechSystems.SharePoint.EventCalendarList", "QuestechSystems.SharePoint.EventCalendarList\QuestechSystems.SharePoint.EventCalendarList.csproj", "{F1632EF3-7BF2-4463-A0EC-4B6E1866AC6C}"
	ProjectSection(ProjectDependencies) = postProject
		{79EAD2B7-4F46-4641-A4B1-53222EC15EE2} = {79EAD2B7-4F46-4641-A4B1-53222EC15EE2}
	EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "QuestechSystems.SharePoint.ComponentModel", "QuestechSystems.SharePoint.ComponentModel\QuestechSystems.SharePoint.ComponentModel.csproj", "{79EAD2B7-4F46-4641-A4B1-53222EC15EE2}"
EndProject
Global
	GlobalSection(TeamFoundationVersionControl) = preSolution
		SccNumberOfProjects = 3
		SccEnterpriseProvider = {4CA58AB2-18FA-4F8D-95D4-32DDF27D184C}
		SccTeamFoundationServer = https://questechsystems.visualstudio.com/defaultcollection
		SccLocalPath0 = .
		SccProjectUniqueName1 = QuestechSystems.SharePoint.ComponentModel\\QuestechSystems.SharePoint.ComponentModel.csproj
		SccProjectName1 = QuestechSystems.SharePoint.ComponentModel
		SccLocalPath1 = QuestechSystems.SharePoint.ComponentModel
		SccProjectUniqueName2 = QuestechSystems.SharePoint.EventCalendarList\\QuestechSystems.SharePoint.EventCalendarList.csproj
		SccProjectName2 = QuestechSystems.SharePoint.EventCalendarList
		SccLocalPath2 = QuestechSystems.SharePoint.EventCalendarList
	EndGlobalSection
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{F1632EF3-7BF2-4463-A0EC-4B6E1866AC6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{F1632EF3-7BF2-4463-A0EC-4B6E1866AC6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{F1632EF3-7BF2-4463-A0EC-4B6E1866AC6C}.Debug|Any CPU.Deploy.0 = Debug|Any CPU
		{F1632EF3-7BF2-4463-A0EC-4B6E1866AC6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{F1632EF3-7BF2-4463-A0EC-4B6E1866AC6C}.Release|Any CPU.Build.0 = Release|Any CPU
		{F1632EF3-7BF2-4463-A0EC-4B6E1866AC6C}.Release|Any CPU.Deploy.0 = Release|Any CPU
		{79EAD2B7-4F46-4641-A4B1-53222EC15EE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{79EAD2B7-4F46-4641-A4B1-53222EC15EE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{79EAD2B7-4F46-4641-A4B1-53222EC15EE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{79EAD2B7-4F46-4641-A4B1-53222EC15EE2}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
Canada Canada
A Microsoft Certified Professional Developer and Technology Specialist.

Experience and expertise in SharePoint 2016 / 2013 / 2010 / 2007.

Role ranges from a developer in a multi-person team to a solution consultant with expert-level skills, leading a project to completion status.

Proven experience working effectively in a team environment and a self-managed environment.

Comments and Discussions