> ## 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.

# Monitor scheduling conflicts

> Choose which Google or Outlook Calendar Fillout watches for scheduling conflicts. Tweak its settings for scheduling events.

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

When you [connect your Google or Outlook calendar to Fillout](/help/fillout-scheduling-intro), your default calendar will track conflicts and block existing events to prevent double-booking. New meetings will also be added to your default calendar automatically. You can have Fillout also watch your other Google Calendars for events to ensure your availability.

## How to set up

On your dashboard, open `Scheduling` <Icon icon="gear-complex" iconType="solid" /> settings from the left-hand panel.

Go to `Connected calendars` to enable any alternate calendars you want Fillout to watch for conflicting events.

<img src="https://mintcdn.com/fillout-005a867b/EbCn0vMalNR0Eqmq/images/Screenshot2025-10-21at6.01.44PM.png?fit=max&auto=format&n=EbCn0vMalNR0Eqmq&q=85&s=1898e9850e6b7846c7bc2d7b8f30c975" alt="Screenshot 2025-10-21 at 6.01.44 PM.png" width="2382" height="1487" data-path="images/Screenshot2025-10-21at6.01.44PM.png" />

You can also change the default calendar where new events are added by clicking the **Add to calendar** dropdown.

<Warning>
  Fillout Scheduling supports one Google and one Outlook calendar per account. Contact [support@fillout.com](mailto:support@fillout.com) to request access to multiple calendars.
</Warning>

<SupportBanner />
