---
title: "repeating event · RUAL Documentation"
description: "function will rerun by the giving date"
canonical: https://docs.rual.nl/block-types/events/schedule_repeating_event
language: en
---

# repeating event

This block is part of the [`events`](https://docs.rual.nl/block-types/events) group and was last modified in core [`v14.0.3`](https://docs.rual.nl/core-versions/140003).

function will rerun by the giving date

- Start at required `date`

- Next run required `date`

- flow `flow`

A typical wiring for [repeating event](https://docs.rual.nl/block-types/events/schedule_repeating_event): [plus hours](https://docs.rual.nl/block-types/date/date_add_hours) feeds the `start_at` pin; [date now](https://docs.rual.nl/block-types/date/date_currentdate) feeds the `next_run` pin; the `flow` out pin feeds [search](https://docs.rual.nl/block-types/storage/function_search).

![Studio canvas example for the repeating event block: typical wiring for repeating event.](https://docs.rual.nl/canvas-examples/schedule_repeating_event.png)

### Commonly used with

In production blueprints, this block is most often wired together with:

- [plus hours](https://docs.rual.nl/block-types/date/date_add_hours): feeds into this block. Plus an selected amount of hours to your given date.

- [date now](https://docs.rual.nl/block-types/date/date_currentdate): feeds into this block. Gives you the current date based on your timezone.

- [search](https://docs.rual.nl/block-types/storage/function_search): this block feeds into it. searches in the given storage based on a query.

### Used in these guides

These documentation pages use or explain this block:

- [Email System Setup](https://docs.rual.nl/tutorials/email-system)

- [Third-Party Integrations](https://docs.rual.nl/tutorials/third-party-integrations)

- [Block Execution](https://docs.rual.nl/blueprints/block-execution)

- [Repeating Events](https://docs.rual.nl/blueprints/repeating-events)

- [Block Templates, Combinations That Work](https://docs.rual.nl/block-types/block-templates)

- [Example: Booking System](https://docs.rual.nl/examples/booking-system)

- [Example: Inventory Tracker](https://docs.rual.nl/examples/inventory-tracker)

- [Example: Task Management App](https://docs.rual.nl/examples/task-management)

### Version history

Introduced in [`v14.0.3`](https://docs.rual.nl/core-versions/140003).
