appointme
    Preparing search index...

    Interface CalDavAccount

    interface CalDavAccount {
        email?: string;
        name: string;
        password?: string;
        serverUrl: string;
        username: string;
    }
    Index

    Properties

    email?: string
    name: string
    password?: string
    serverUrl: string
    username: string