• Builds the calendar URL

    Parameters

    • args: {
          apiKey: string;
          calendarId: string;
          maxResults: number;
          timeMax: Date;
          timeMin: Date;
      }
      • apiKey: string

        apiKey found in calendar-config.ts

      • calendarId: string
      • maxResults: number
      • timeMax: Date

        the end of the date range

      • timeMin: Date

        the start of the date range

    Returns string

Generated using TypeDoc