create event schedule

46 views
Skip to first unread message

CE Team Python

unread,
Jul 22, 2021, 4:37:09 PM7/22/21
to Eventbrite Developers
Hi,

I want to create recurring event, but not regularly repeated.
I want to add schedule like this multiple times.

Screen Shot 2021-07-22 at 1.36.26 PM.png
I could find API reference for create schedule like this.
{ "schedule": { "occurrence_duration": 3600, "recurrence_rule": "DTSTART:20120201T023000Z\nRRULE:FREQ=MONTHLY;COUNT=5" } }

How can I set API parameter for this case?

nata...@eventbrite.com

unread,
Aug 9, 2021, 6:44:56 PM8/9/21
to Eventbrite Developers
Hello!

You will need to create an event schedule for each weekly frequency, i.e:
  • A first request for events that occur weekly on Monday: "recurrence_rule": "DTSTART:20210809T023000Z\nRRULE:FREQ=WEEKLY;COUNT=5" 
  • A second request for events that occur weekly on Wednesday: "recurrence_rule": "DTSTART:20210811T023000Z\nRRULE:FREQ=WEEKLY;COUNT=5" 
It is not possible at this time to create irregular event schedules in a single request via our API, as the recurrence rule must follow the iCalendar RFC at https://tools.ietf.org/html/rfc5545#section-3.3.10 - if you follow the link, you can see which frequencies are possible!

Best,
Natalie
Reply all
Reply to author
Forward
0 new messages