jQuery Event Calendar API
    Preparing search index...

    Interface IEventCalendarPlugin

    interface IEventCalendarPlugin {
        options: IEventCalendarOptions;
        (options?: string | IEventCalendarOptions, ...args: any[]): JQuery;
    }
    Index