public CalendarColorEventArgs(mcCalendarColor color)
		{
			this.m_color = color;
		}
		/// <summary>
		/// Initializes a new instance of the MozItemEventArgs class with default settings
		/// </summary>
		public CalendarColorEventArgs()
		{
			m_color = 0;
		}