Module telescope::web::services::meetings::create[][src]

Expand description

Creation form and services for meetings.

The meeting creation flow is to first direct the user to pick a host, or specify no host. This gets its own page, since it involves searching through all users. Once the meeting creator has made a decision, they are directed to a form to finish meeting creation.

Structs

Form submitted by users to create meeting.

Query on finish meeting page.

Query on the host selection page.

Constants

The handlebars template to finish the meeting creation process.

The handlebars template for the user to select a host.

Functions

Create an empty instance of the form to finish meeting creation.

Get the start and end dates of a selected semester object from the meeting creation context.

Register meeting creation services.