> ## Documentation Index
> Fetch the complete documentation index at: https://fillout.com/help/llms.txt
> Use this file to discover all available pages before exploring further.

# Event types

> Select the event type that best fits your meeting, appointment, or event based on your agenda with Fillout Scheduling for free.

export const SupportBanner = () => {
  const titleId = React.useId();
  return <div className="support-banner" role="region" aria-labelledby={titleId}>
      <span className="support-banner__ring support-banner__ring--outer" aria-hidden="true" />
      <span className="support-banner__ring support-banner__ring--middle" aria-hidden="true" />
      <span className="support-banner__ring support-banner__ring--inner" aria-hidden="true" />
      <span className="support-banner__ring support-banner__ring--center" aria-hidden="true" />

      <div className="support-banner__content">
        <div className="support-banner__title" id={titleId} role="heading" aria-level="2">Still have questions?</div>

        <div className="support-banner__copy">
          <span className="support-banner__line">Our team is happy to help. Start a live chat using the</span>
          <span className="support-banner__line">
            chat bubble <span className="support-banner__chat-icon" aria-hidden="true" /> in the bottom right, or email us at
          </span>
          <span className="support-banner__line">
            <a href="mailto:support@fillout.com">support{'@'}fillout.com</a>
          </span>
        </div>

        <a className="support-banner__cta" href="mailto:support@fillout.com">Contact us</a>
      </div>
    </div>;
};

## Overview

[Fillout Scheduling](https://www.fillout.com/scheduling) allows others to book events on your linked Google or Outlook calendar. There are various types of events that you can choose from:

<CardGroup cols={2}>
  <Card title="One-on-one" icon="user" iconType="regular" color="#FFC738">
    A call with a single host and a single invitee.
  </Card>

  <Card title="Collective scheduling" icon="users" iconType="regular" color="#FFC738" href="/help/collective-meeting-scheduling">
    A meeting with multiple hosts and one invitee.
  </Card>

  <Card title="Round robin scheduling" icon="arrows-rotate-reverse" iconType="regular" color="#FFC738" href="/help/round-robin">
    Assigning calls evenly among a group.
  </Card>

  <Card title="Group meeting" icon="satellite-dish" iconType="regular" color="#FFC738" href="/help/group-meeting">
    A meeting with one host and multiple invitees.
  </Card>
</CardGroup>

## One-on-one

The most common type of event, a one-on-one is a meeting between a single host and a single invitee.

**Common use cases**

* Coaching session between a coach and an athlete
* Parent-teacher meetings
* A job interview between a recruiter and an applicant
* A financial consultation between a financial advisor and a client
* Mentoring sessions

## Collective meeting

Collective meetings allow a single invitee to schedule events with multiple hosts at once.

**Common use cases**

* Alignment calls involving several team members and a manager
* Panel interviews
* Training sessions involving multiple trainers and one participant
* Workshops where one attendee interacts with several facilitators
* Discovery calls

For more information, check this [guide](/help/collective-meeting-scheduling).

## Round robin

A round robin assigns events to a single host from a group. The distribution of events is based on the availability and priority settings of the group members.

**Common use cases**

* Customer support shifts among team members
* Sales demos by a team of salespeople
* Presentation critiques with various experts
* Medical appointments with various doctors
* Fitness classes with different instructors

For more information, read this [guide](/help/round-robin).

## Group meeting

A group meeting lets multiple invitees join a single call hosted by a single person.

**Common use cases**

* Virtual workshops or training sessions
* Team check-ins with multiple members
* Sales calls with multiple stakeholders
* Group interviews for candidates
* Webinars hosted by a single presenter

For more information, read this [guide](/help/group-meeting).

## Edit the event type of an existing form

On the left-hand panel, choose the **event type** you would like to switch it to from the dropdown.

<img src="https://mintcdn.com/fillout-005a867b/FqvyS0NEDuPdNc27/images/scheduling/image-38.png?fit=max&auto=format&n=FqvyS0NEDuPdNc27&q=85&s=dff475ec79bd114f29fd08b0b7bb4e1d" alt="" style={{ width:"73%" }} width="674" height="382" data-path="images/scheduling/image-38.png" />

<SupportBanner />
