Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/gesso/src/AccountCalendars.ts>AccountCalendars

A TypeScript API client for Canvas LMS
Latest
class AccountCalendars
extends BaseApi
import { AccountCalendars } from "https://deno.land/x/gesso@v0.1.2/src/AccountCalendars.ts";

Constructors

new
AccountCalendars(config: Configuration)

Methods

countOfAllVisibleAccountCalendars(account_id: string, body?: unknown): Promise<unknown>
getSingleAccountCalendar(account_id: string, body?: unknown): Promise<AccountCalendar>
listAllAccountCalendars(
account_id: string,
body?: unknown,
): Promise<AccountCalendar[]>
updateCalendarsVisibility(
account_id: string,
body?: unknown,
): Promise<AccountCalendar>
updateManyCalendarsVisibility(account_id: string, body?: unknown): Promise<AccountCalendar>