Create Repeating Events
Create a Repeating Event
To create a repeating event use the /repeating_event create
command.
The following fields are mandatory:
title
: The title of the actual event that will be created.event_start
: The date/time of the first event.days
: Eventevent_start
minusdays
is the date at which the event will be created.creation_time
: The time at which the event will be created.
If you create a repeating event with event_start
2022-05-30, days
7 and creation_time
12:00, the event will be created on 2022-05-23 at 12:00 with the event date set to 2022-05-30.
In the example below we are creating an event with:
event_start
: 2022-07-29days
: 2creation_time
: 20:00
When I executed the command, my local time was 2022-07-27 at 20:27. Since the event event_start
(2022-07-29) minus the 2 days
and a creation_time
of 20:00 is already in the past, the event was created immediately.
Since (by default) repeating events are created every 7 days, the next event should be created at 2022-08-03 with an event date of 2022-08-05. Use /repeating_event list
to verify that.
Custom Interval
Repeating events repeat every 7 days (by default). Other intervals require you to have premium.
Every X Days
This option lets you repeat the event in a custom days interval.
For example every 10 days.
On Every X. Day In Month
This option lets you repeat the event on every x. in a month.
For example every 10. in a month.
If you enter 31.
, months without 31 days are skipped.
On Every First/... Monday/... In Month
This option lets you repeat the event on every first/... Monday/... in a month.
For example every second Friday in a month.
Every Monday/Tuesday/...
This option lets you repeat the event on Monday/Tuesday/... in a week.
For example every Monday and Friday.