Okay
  Public Ticket #3156075
Recurring events with individual dates
Closed

Comments

  •  5
    peterl78 started the conversation

    For recurring events I can pick a repetition pattern, but when it has individual days it gets complicated. It's nice that I can easily copy an event when it's taking place several times, but when I want to change the text I have to change each event individually.

    It would be nice if I could have one event and add individual date.

    Attached files:  recurringEvents.PNG

  •  785
    Zhivko replied

    At the moment the calendar uses only RRULE to generate recurrences. 

    I think it's possible to generate rrule for the event from the screenshot.

    Go to Add / Edit Event.

    Click on "Set Repeater".

    5803104341.png


    5622180768.png

    Click CTRL + ALT + SHIFT + R

    to enable the advanced rrule mode:

    2909506389.png

    In the RRULE String field place this rrule:

    FREQ=YEARLY;BYMONTH=12;BYMONTHDAY=2,3,7,8,9,10,11,12,13,14;UNTIL=20221215

    and click Update.

    9401141868.png

    And the result on the front-end will be this:

    3053389368.png



    Stachethemes Developer

  •  5
    peterl78 replied

    Thanks Zhivko, that did it.