Questions tagged [rrule]

A rrule is used in the iCal format to specify rules for recurring events.

A rrule is used in the iCal format to specify rules for recurring events. Its description can be found here: RFC 5545

241 questions
2
votes
0 answers

Empty response from rrule.between

I'm using rrule to work with recurrence tasks. Everything works fine (like expected), except when I use the between method. I want to get the only the instances between today and tomorrow from this string rule const stringRule =…
makitocode
  • 938
  • 1
  • 16
  • 40
2
votes
0 answers

FullCalendar interpret TimeZone from RRule

I am currently using FullCalendar to display Events in the day-grid. There are both, events with just a single occurrence and with recurrency. For the single occurences the start date is covered by moment-timezone conversion and displayed correctly…
SeeeK
  • 21
  • 1
2
votes
1 answer

ICS RRULE for first day of every month with exceptions for weekends

Can you specify an RRULE for the following scenario? Recurring monthly on the first day of each month. Except, if it falls on Sunday, then recurs on the following day (Monday the 2nd of the month). Except, if it falls on Friday, then recurs on the…
Marcus Yoo
  • 121
  • 2
2
votes
1 answer

How to produce recurrence rschedule durations with timeshifts

I am using rSchedule to produce working hour intervals.But timezone is ignored. How can I achieve it? The input is working hour intervals in a day, with timezone as below. const input = { workingHours:[{start:9, end:12}, {start:13, end:18}], …
2
votes
1 answer

Reminder for recuring calendar events with mongodb

I want to send notifications/reminders to my users, the reminder schema is basically like this { user: 'number', time: { //this is the time the event will occur type: Date, index: true }, reminder: Number, //the…
Matheus Hatje
  • 987
  • 1
  • 7
  • 18
2
votes
5 answers

Is EXDATE not included in rrule for Full Calendar

I have a recurring calendar event that happens on the 4th Friday of every month and I want to exclude 1 Friday event. I've tried EXDATE but I'm getting an error Failure passing JSON Without EXDATE the rrule works fine. Here are the details that…
DeanO
  • 93
  • 1
  • 10
2
votes
1 answer

Fullcalendar 4 rrule plugin var from source

According to https://fullcalendar.io/docs/rrule-plugin The rrule plugin should be in the events module My events module is being loaded form a database source using