ical-generator - v8.1.2-develop.8
    Preparing search index...

    Interface ICalLocationWithTitle

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

    Properties

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