Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

CalendarUrl

import type { CalendarUrl } from "https://googleapis.deno.dev/v1/people:v1.ts";

A person's calendar URL.

interface CalendarUrl {
readonly formattedType?: string;
metadata?: FieldMetadata;
type?: string;
url?: string;
}

§Properties

§
readonly formattedType?: string
[src]

Output only. The type of the calendar URL translated and formatted in the viewer's account locale or the Accept-Language HTTP header locale.

§

Metadata about the calendar URL.

§
type?: string
[src]

The type of the calendar URL. The type can be custom or one of these predefined values: * home * freeBusy * work

§
url?: string
[src]

The calendar URL.