- Issue created by @_renify_
- π¦πΊAustralia mingsong π¦πΊ
Currently, this module support two ways to create recurrring events.
- Simple Recurrence. https://fullcalendar.io/docs/recurring-events
- RRule Plugin. https://fullcalendar.io/docs/rrule-plugin
- Status changed to Closed: works as designed
over 1 year ago 11:35pm 1 March 2023 - π΅πPhilippines _renify_ cebu
Thank you for the respond. So youre saying that theres no way to implement using views REST API.
- π¦πΊAustralia mingsong π¦πΊ
How to use rest api to format data is out of scope of this module.
I donβt have the answers for that.
- π΅πPhilippines _renify_ cebu
I try to create custom controller as JSON feed but it seems monthly recur is not compatible to this module.
Here is the sample JSON feed:
{"title":"my recurring event","rrule":{"freq":"monthly","interval":5,"byweekday":["mo","fr"],"dtstart":"2023-03-06T10:30:00","until":"2012-06-01"}}
- π¦πΊAustralia mingsong π¦πΊ
Mate, how can a monthly event start at 2023-03-06T10:30:00 and end at 2023-03-06? A monthly event started and ended at the same day?
Before you said this module is NOT working, could you please spend some efforts to learn about Fullcalendar.js?
Here is a demo of Fullcalendar.js with rrule plugin.
https://fullcalendar.io/docs/rrule-global-demoThe example you gave won't work. It is simply you gave 'WRONG' data.
- π΅πPhilippines _renify_ cebu
Sorry Mate, it was my mistake. I wasn't able to install libraries properly. It's working now.