Interface FullCalendarEvent

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

Properties

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