umd-feeds-library
    Preparing search index...
    interface EventType {
        allDay: boolean;
        endDay: string;
        endDayOfWeek: string;
        endMonth: string;
        endTime: string;
        id: number;
        image: ImageType[];
        location: LocationType;
        startDay: string;
        startDayOfWeek: string;
        startMonth: string;
        startStamp: string;
        startTime: string;
        summary: string;
        title: string;
        url: string;
    }

    Hierarchy

    • DateInformaitonType
      • EventType
    Index

    Properties

    allDay: boolean
    endDay: string
    endDayOfWeek: string
    endMonth: string
    endTime: string
    id: number
    image: ImageType[]
    location: LocationType
    startDay: string
    startDayOfWeek: string
    startMonth: string
    startStamp: string
    startTime: string
    summary: string
    title: string
    url: string