Interface ICalLocationWithTitle

interface ICalLocationWithTitle {
    address?: string;
    geo?: ICalGeo;
    radius?: number;
    title: string;
}

Properties

address?: string
geo?: ICalGeo
radius?: number
title: string

Generated using TypeDoc