gancio-upstream/docs/_drafts/recurrent.md

51 lines
1.6 KiB
Markdown
Raw Normal View History

2020-01-30 15:23:43 +01:00
---
layout: default
title: Recurrent events
permalink: /usage/recurrent
nav_order: 1
parent: Usage
---
Gancio supports recurrent events if enabled to (`Admin > Settings`,
disabled by default).
![/assets/usage/enable_recurrent.png](/assets/usage/enable_recurrent.png)
When enabled, you are able to create recurrent events. Recurrent
events are not shown by default to visitors, they have to enable it, or you
can choose to show them by default in admin panel.
![/assets/usage/show_recurrent.png](/assets/usage/show_recurrent.png)
## Add a recurrent event
2020-06-03 22:53:09 +02:00
Same as adding a normal event, but you can choose the details of
2020-01-30 15:23:43 +01:00
event recurrence. Choose a frequency first:
![/assets/usage/recurrent_details.png](/assets/usage/recurrent_details.png)
and use the calendar to select one or more days.
![/assets/usage/recurrent_details2.png](/assets/usage/recurrent_details2.png)
## How does it work
2021-06-04 15:34:40 +02:00
Behind the scene, gancio ensures that at least the next occurrence
of the event are created. It creates that single event by copying
2020-01-30 15:23:43 +01:00
the properties of the parent event, so if you modify the parent
event's title, or the day of the week, each newly created occurrence will took
2021-06-04 15:34:40 +02:00
the new title and the new selected day while old occurrences will be preserved.
2020-01-30 15:23:43 +01:00
You can edit a specific event occurrence with more details, a different
poster/flyer, a different title/description or decide to completely hide it.
## Stop/pause a recurrent event (eg. during summer)
A specific menu is shown viewing an instance of recurrent event...
![/assets/usage/recurrent_menu.png](/assets/usage/recurrent_menu.png)