Interface FullCalendarEvent

interface FullCalendarEvent {
    backgroundColor?: string;
    borderColor?: string;
    date?: string;
    end?: string;
    id: string;
    start?: string;
    title: string;
    url: string;
}

Properties

backgroundColor?: string
borderColor?: string
date?: string
end?: string
id: string
start?: string
title: string
url: string