# Videos

## Recurring Rule Generator

{% embed url="<https://vimeo.com/554048396>" %}

## Intelligent Time Slot Generator

{% embed url="<https://vimeo.com/554865844>" %}
Demo 1
{% endembed %}

{% embed url="<https://vimeo.com/558186006>" %}
Demo 2
{% endembed %}

## Setup

{% embed url="<https://vimeo.com/558134800>" %}

## Filtering Dates

{% embed url="<https://vimeo.com/558186878>" %}

## Calendar

### Basic Calendar Setup

{% embed url="<https://vimeo.com/553357700>" %}

### Another setup video

{% embed url="<https://player.vimeo.com/video/552031726>" %}

## Set custom event colors (3)

### Dynamic Colors from event Type

<https://vimeo.com/554818863>

### Static Colors from DB or event source

<https://vimeo.com/554821110/a44b89d062>

### Default Color when none provided

<https://vimeo.com/554827515>

### Custom Calendar Header

<https://vimeo.com/553454746>

### Simple Add and Display Events

<https://vimeo.com/553457603/d223756bc3>

### Time Slot & Day name formatting

<https://vimeo.com/554817596>

* CRUD Calendar Events (5)
  * Create Event workflow (2)
    * What properties should I be concerned with?

      <https://vimeo.com/554829247/ce4adcbebd>
    * Get start/end time by click and drag on calendar

      <https://vimeo.com/554838856>
  * Read Event workflow

    <https://vimeo.com/554842468>
  * Delete Event Workflow

    <https://vimeo.com/554846096>
  * Update Event Workflow

    <https://vimeo.com/554848536>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://jared-gibb.gitbook.io/fullcalendar-plugin-suite/install/videos.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
