﻿function CalendarObj(calendarName,calendarId,selected)
{
    this.calendarName = calendarName;
    this.calendarId = calendarId;
    this.selected = selected;
}
