Click here to Skip to main content
15,898,134 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 341.3K   8.5K   40  
Displays SharePoint events (or any calendar list) in a compact widget style calendar
//------------------------------------------------------------------------------
// <auto-generated>
//     This code was generated by a tool.
//     Runtime Version:4.0.30319.18408
//
//     Changes to this file may cause incorrect behavior and will be lost if
//     the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------

namespace QuestechSystems.SharePoint.EventCalendarList.Resources {
    using System;
    
    
    /// <summary>
    ///   A strongly-typed resource class, for looking up localized strings, etc.
    /// </summary>
    // This class was auto-generated by the StronglyTypedResourceBuilder
    // class via a tool like ResGen or Visual Studio.
    // To add or remove a member, edit your .ResX file then rerun ResGen
    // with the /str option, or rebuild your VS project.
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    internal class QuestechSystems_SharePoint_EventCalendarList {
        
        private static global::System.Resources.ResourceManager resourceMan;
        
        private static global::System.Globalization.CultureInfo resourceCulture;
        
        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
        internal QuestechSystems_SharePoint_EventCalendarList() {
        }
        
        /// <summary>
        ///   Returns the cached ResourceManager instance used by this class.
        /// </summary>
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        internal static global::System.Resources.ResourceManager ResourceManager {
            get {
                if (object.ReferenceEquals(resourceMan, null)) {
                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("QuestechSystems.SharePoint.EventCalendarList.Resources.QuestechSystems.SharePoint" +
                            ".EventCalendarList", typeof(QuestechSystems_SharePoint_EventCalendarList).Assembly);
                    resourceMan = temp;
                }
                return resourceMan;
            }
        }
        
        /// <summary>
        ///   Overrides the current thread's CurrentUICulture property for all
        ///   resource lookups using this strongly typed resource class.
        /// </summary>
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        internal static global::System.Globalization.CultureInfo Culture {
            get {
                return resourceCulture;
            }
            set {
                resourceCulture = value;
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to All Day.
        /// </summary>
        internal static string EventCalendarAllDayEvent {
            get {
                return ResourceManager.GetString("EventCalendarAllDayEvent", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Add Questech Systems Event Calendar Listing Web Part.
        /// </summary>
        internal static string FeatureDescription_WebParts {
            get {
                return ResourceManager.GetString("FeatureDescription_WebParts", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Questech Systems Event Calendar Listing Web Part.
        /// </summary>
        internal static string FeatureTitle_WebParts {
            get {
                return ResourceManager.GetString("FeatureTitle_WebParts", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to No Events Scheduled.
        /// </summary>
        internal static string MsgNoEvents {
            get {
                return ResourceManager.GetString("MsgNoEvents", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Configuration.
        /// </summary>
        internal static string SPCategory_Configuration {
            get {
                return ResourceManager.GetString("SPCategory_Configuration", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Name of list view based on Calendar view.
        /// </summary>
        internal static string WPDescription_CalendarViewTitle {
            get {
                return ResourceManager.GetString("WPDescription_CalendarViewTitle", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to CSS class name for calendar control.
        /// </summary>
        internal static string WPDescription_CssClassCalendar {
            get {
                return ResourceManager.GetString("WPDescription_CssClassCalendar", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to CSS class name for the days in the displayed month.
        /// </summary>
        internal static string WPDescription_CssClassDay {
            get {
                return ResourceManager.GetString("WPDescription_CssClassDay", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to CSS class name for the days with event(s).
        /// </summary>
        internal static string WPDescription_CssClassEvent {
            get {
                return ResourceManager.GetString("WPDescription_CssClassEvent", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to CSS class name for event listing.
        /// </summary>
        internal static string WPDescription_CssClassEventListing {
            get {
                return ResourceManager.GetString("WPDescription_CssClassEventListing", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to CSS class name for the section that displays the day of the week.
        /// </summary>
        internal static string WPDescription_CssClassHeader {
            get {
                return ResourceManager.GetString("WPDescription_CssClassHeader", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to CSS class name for the next and previous month navigation elements.
        /// </summary>
        internal static string WPDescription_CssClassNextPrev {
            get {
                return ResourceManager.GetString("WPDescription_CssClassNextPrev", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to CSS class name for the days that are not in the displayed month.
        /// </summary>
        internal static string WPDescription_CssClassOtherMonth {
            get {
                return ResourceManager.GetString("WPDescription_CssClassOtherMonth", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to CSS class name for the title heading.
        /// </summary>
        internal static string WPDescription_CssClassTitle {
            get {
                return ResourceManager.GetString("WPDescription_CssClassTitle", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to CSS class name for today&apos;s date.
        /// </summary>
        internal static string WPDescription_CssClassToday {
            get {
                return ResourceManager.GetString("WPDescription_CssClassToday", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to CSS class name for the weekend dates.
        /// </summary>
        internal static string WPDescription_CssClassWeekend {
            get {
                return ResourceManager.GetString("WPDescription_CssClassWeekend", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Enabling this option will make month navigation work without full page refreshes.
        /// </summary>
        internal static string WPDescription_EnableAsyncUpdate {
            get {
                return ResourceManager.GetString("WPDescription_EnableAsyncUpdate", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to First day of week.
        /// </summary>
        internal static string WPDescription_FirstDayOfWeek {
            get {
                return ResourceManager.GetString("WPDescription_FirstDayOfWeek", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Name of list view based on Current Events view.
        /// </summary>
        internal static string WPDescription_ListingViewTitle {
            get {
                return ResourceManager.GetString("WPDescription_ListingViewTitle", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Name of a calendar list.
        /// </summary>
        internal static string WPDescription_ListTitle {
            get {
                return ResourceManager.GetString("WPDescription_ListTitle", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Number of days to show in event listing.
        /// </summary>
        internal static string WPDescription_NumDaysInEventListing {
            get {
                return ResourceManager.GetString("WPDescription_NumDaysInEventListing", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Show or hide calendar.
        /// </summary>
        internal static string WPDescription_ShowCalendar {
            get {
                return ResourceManager.GetString("WPDescription_ShowCalendar", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Show or hide listing.
        /// </summary>
        internal static string WPDescription_ShowListing {
            get {
                return ResourceManager.GetString("WPDescription_ShowListing", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Site relative url for event detail page.
        /// </summary>
        internal static string WPDescription_SiteRelativeEventItemUrl {
            get {
                return ResourceManager.GetString("WPDescription_SiteRelativeEventItemUrl", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Server relative url of the site.
        /// </summary>
        internal static string WPDescription_SiteUrl {
            get {
                return ResourceManager.GetString("WPDescription_SiteUrl", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Calendar View Name.
        /// </summary>
        internal static string WPDisplayName_CalendarViewTitle {
            get {
                return ResourceManager.GetString("WPDisplayName_CalendarViewTitle", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Calendar CSS Class.
        /// </summary>
        internal static string WPDisplayName_CssClassCalendar {
            get {
                return ResourceManager.GetString("WPDisplayName_CssClassCalendar", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Day CSS Class.
        /// </summary>
        internal static string WPDisplayName_CssClassDay {
            get {
                return ResourceManager.GetString("WPDisplayName_CssClassDay", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Event CSS Class.
        /// </summary>
        internal static string WPDisplayName_CssClassEvent {
            get {
                return ResourceManager.GetString("WPDisplayName_CssClassEvent", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Event Listing CSS Class.
        /// </summary>
        internal static string WPDisplayName_CssClassEventListing {
            get {
                return ResourceManager.GetString("WPDisplayName_CssClassEventListing", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Header CSS Class.
        /// </summary>
        internal static string WPDisplayName_CssClassHeader {
            get {
                return ResourceManager.GetString("WPDisplayName_CssClassHeader", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Next and Previous CSS Class.
        /// </summary>
        internal static string WPDisplayName_CssClassNextPrev {
            get {
                return ResourceManager.GetString("WPDisplayName_CssClassNextPrev", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Other Month CSS Class.
        /// </summary>
        internal static string WPDisplayName_CssClassOtherMonth {
            get {
                return ResourceManager.GetString("WPDisplayName_CssClassOtherMonth", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Title CSS Class.
        /// </summary>
        internal static string WPDisplayName_CssClassTitle {
            get {
                return ResourceManager.GetString("WPDisplayName_CssClassTitle", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Today CSS Class.
        /// </summary>
        internal static string WPDisplayName_CssClassToday {
            get {
                return ResourceManager.GetString("WPDisplayName_CssClassToday", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Weekend CSS Class.
        /// </summary>
        internal static string WPDisplayName_CssClassWeekend {
            get {
                return ResourceManager.GetString("WPDisplayName_CssClassWeekend", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Enable Asynchronous Update.
        /// </summary>
        internal static string WPDisplayName_EnableAsyncUpdate {
            get {
                return ResourceManager.GetString("WPDisplayName_EnableAsyncUpdate", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to First Day of Week.
        /// </summary>
        internal static string WPDisplayName_FirstDayOfWeek {
            get {
                return ResourceManager.GetString("WPDisplayName_FirstDayOfWeek", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Listing View Name.
        /// </summary>
        internal static string WPDisplayName_ListingViewTitle {
            get {
                return ResourceManager.GetString("WPDisplayName_ListingViewTitle", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to List Name.
        /// </summary>
        internal static string WPDisplayName_ListTitle {
            get {
                return ResourceManager.GetString("WPDisplayName_ListTitle", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Number of Days in Event Listing.
        /// </summary>
        internal static string WPDisplayName_NumDaysInEventListing {
            get {
                return ResourceManager.GetString("WPDisplayName_NumDaysInEventListing", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Show Calendar?.
        /// </summary>
        internal static string WPDisplayName_ShowCalendar {
            get {
                return ResourceManager.GetString("WPDisplayName_ShowCalendar", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Show Listing?.
        /// </summary>
        internal static string WPDisplayName_ShowListing {
            get {
                return ResourceManager.GetString("WPDisplayName_ShowListing", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Site Relative Event Url.
        /// </summary>
        internal static string WPDisplayName_SiteRelativeEventItemUrl {
            get {
                return ResourceManager.GetString("WPDisplayName_SiteRelativeEventItemUrl", resourceCulture);
            }
        }
        
        /// <summary>
        ///   Looks up a localized string similar to Site Url.
        /// </summary>
        internal static string WPDisplayName_SiteUrl {
            get {
                return ResourceManager.GetString("WPDisplayName_SiteUrl", resourceCulture);
            }
        }
    }
}

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