# Recurring not recurring for option other than weekly

**URL:** https://meta.discourse.org/t/recurring-not-recurring-for-option-other-than-weekly/243991
**Category:** Bug
**Tags:** events
**Created:** [October 4, 2022, 2:07pm UTC](https://meta.discourse.org/t/recurring-not-recurring-for-option-other-than-weekly/243991 "2022-10-04T14:07:01Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![Krischan](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/krischan/32/47290_2.png) [@Krischan](https://meta.discourse.org/u/Krischan)
#### Post date: [October 4, 2022, 2:07pm UTC](https://meta.discourse.org/t/recurring-not-recurring-for-option-other-than-weekly/243991/1 "2022-10-04T14:07:01Z")

</div>

I might have discovered a small bug: Recurring events show up in the calendar, if they are weekly, but not if `recurring="2.weeks"` or `recurring="1.months"`. Could you please have a look? Thank you!

---

<div class="post-metadata">

### Author: ![Julien\_Palard](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/julien_palard/32/198784_2.png) [@Julien\_Palard](https://meta.discourse.org/u/Julien_Palard)
#### Post date: [December 5, 2022, 1:56pm UTC](https://meta.discourse.org/t/recurring-not-recurring-for-option-other-than-weekly/243991/2 "2022-12-05T13:56:38Z")

</div>

Looks like I’m hitting the bug too, I’m having:

```
[event start="2022-12-14 20:00" status="public" recurrence="every_month" ... ...

```

But on `/upcoming-events` it appears only once.

---

<div class="post-metadata">

### Author: ![Julien\_Palard](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/julien_palard/32/198784_2.png) [@Julien\_Palard](https://meta.discourse.org/u/Julien_Palard)
#### Post date: [January 5, 2023, 7:43am UTC](https://meta.discourse.org/t/recurring-not-recurring-for-option-other-than-weekly/243991/3 "2023-01-05T07:43:40Z")

</div>

I just tested it again here:

> **[Réunion du comité directeur](https://discuss.afpy.org/t/reunion-du-comite-directeur/1156)**
>
> Les réunions du comité directeur sont accessibles à toute personne qui en fait la demande auprès du président·e (cf les statuts)

The event is:

```
[event start="2023-01-11 20:00" status="public" name="Réunion du comité directeur" url="https://bbb.afpy.org/b/jul-cb2-1bd-ost" timezone="Europe/Paris" recurrence="every_month" allowedGroups="trust_level_0" reminders="notification.15.minutes"]
[/event]

```

And it only show once in “Upcoming events” instead of monthly:

> **[AFPy](https://discuss.afpy.org/upcoming-events)**
>
> L'AFPy (Association Francophone Python) a pour but de promouvoir le langage Python, que ce soit auprès d'un public averti ou débutant.

---

<div class="post-metadata">

### Author: ![boospy](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/boospy/32/282567_2.png) [@boospy](https://meta.discourse.org/u/boospy)
#### Post date: [January 16, 2023, 10:08pm UTC](https://meta.discourse.org/t/recurring-not-recurring-for-option-other-than-weekly/243991/4 "2023-01-16T22:08:40Z")

</div>

Tested it here. Also weekly and all other recurrings are only ever displayed once in the calendar overview. When the event is over, the next one is displayed and the old one disappears.

In order to create a weekly overview, for example, you would have to enter each appointment separately. That would be very time-consuming.

Discourse version 3.0.0.beta16  
discourse-calendar 0.3

Very Thanks 🙏

---

<div class="post-metadata">

### Author: ![Tobo](https://avatars.discourse-cdn.com/v4/letter/t/71e660/32.png) [@Tobo](https://meta.discourse.org/u/Tobo)
#### Post date: [February 2, 2023, 2:17pm UTC](https://meta.discourse.org/t/recurring-not-recurring-for-option-other-than-weekly/243991/5 "2023-02-02T14:17:21Z")

</div>

@jancernik Can confirm, that it is not working with 3.1.0.beta2. Do you think it is difficult to fix that?

---

<div class="post-metadata">

### Author: ![leogallego](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/leogallego/32/382225_2.png) [@leogallego](https://meta.discourse.org/u/leogallego)
#### Post date: [October 27, 2023, 4:58pm UTC](https://meta.discourse.org/t/recurring-not-recurring-for-option-other-than-weekly/243991/6 "2023-10-27T16:58:12Z")

</div>

Hi all, we have run into the same issue in the Ansible Community Forum, posting about it so people are aware the issue still persists.

Here is our test post:

> **[\[TEST\] Monthly recurring events for meetings](https://forum.ansible.com/t/test-monthly-recurring-events-for-meetings/1983)**
>
> testing a recurring monthly meeting event above testing a calendar list view below:

The issue affects the `[calendar]` and `[date]` tags as well as the `[event]` one mentioned above.
