Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
interface CreateOrUpdateEventsDirectlyForCourseTimetableParams
import { type CreateOrUpdateEventsDirectlyForCourseTimetableParams } from "https://deno.land/x/gesso@v0.1.2/types/params.ts";

Properties

optional
coursesectionid: string

Events will be created for the course section specified by course_section_id. If not present, events will be created for the entire course.

optional
events: unknown[][]

An array of event objects to use.

optional
eventsstartat: Date

Start time for the event

optional
eventsendat: Date

End time for the event

optional
eventslocationname: string

Location name for the event

optional
eventscode: string

A unique identifier that can be used to update the event at a later time If one is not specified, an identifier will be generated based on the start and end times

optional
eventstitle: string

Title for the meeting. If not present, will default to the associated course's name