---
title: slotEventOverlap
---

<script>
  import { variables } from '../../src/lib/utils/variable-injection.js';

  const {site} = variables
</script>


Determines if timed events in TimeGrid view should visually overlap.

<div class='spec'>

Boolean, *default*: `true`

</div>

When set to <code>true</code> (the default), events will overlap each other.
At most _half_ of each event will be obscured:

<img src="./slotEventOverlap-true.png" alt='events overlappin'>

When set to <code>false</code>, there will be absolutely no overlapping:

<img src="./slotEventOverlap-false.png" alt='events not overlapping'>
