Skip to content

Schedule

Administration

The Schedule section is the main operational view of the admin panel. It shows three categories of meetings, each in its own table with search, pagination, and inline actions.

Active Calls

Meetings currently in progress where the bot is participating.

Pending Meetings

Meetings scheduled for the future, waiting to be joined at the start time.

Recurring Patterns

Recurring meeting rules that automatically generate scheduled meetings.


Displays all meetings where the bot is currently active. Each row shows:

ColumnDescription
MeetingMeeting name or subject line.
URLThe meeting join URL.
Start TimeWhen the meeting started.
ActionsForce Leave button to immediately remove the bot from the call.

If a bot gets stuck in a meeting or needs to be removed manually, use the Force Leave action. A confirmation dialog will appear before the action is executed.


Shows all meetings that have been scheduled but not yet started. Each row shows:

ColumnDescription
MeetingMeeting name or subject line.
ScheduledThe scheduled start time.
FromEmail of the user who forwarded the invitation.
ActionsCancel button to remove the meeting from the schedule.

Use the Cancel action to remove a pending meeting from the schedule. The bot will not join the meeting. A confirmation dialog will appear before the action is executed.


Displays recurring meeting rules that the Assistant uses to automatically schedule future meetings. Each row shows:

ColumnDescription
MeetingMeeting name or subject line.
CreatedWhen the pattern was first created.
SourceOrigin of the pattern (e.g., email invitation).
RecurrenceThe recurrence rule description (e.g., “Every Monday at 10:00”).
ScheduledNumber of meetings currently scheduled from this pattern.
ActionsRemove button to delete the pattern.

Use the Remove action to delete a recurring pattern. Existing scheduled meetings generated from this pattern will also be removed. A confirmation dialog will appear before the action is executed.


The Schedule tab receives real-time updates via Server-Sent Events (SSE). When a meeting starts, ends, or is scheduled, the tables update automatically without page refresh.


Each table includes:

  • Search bar: Filter rows by meeting name, sender email, or date.
  • Rows per page: Choose how many rows to display per page.
  • Page navigation: Navigate between pages of results.