event-calendar icon indicating copy to clipboard operation
event-calendar copied to clipboard

Care to extend it for recurring events?

Open NerdWareTech opened this issue 2 years ago • 2 comments

Hi,

I was hoping that you can extend it to recurring events. Got any plans?

NerdWareTech avatar Aug 06 '21 19:08 NerdWareTech

@NerdWareTech can you please explain this issue?

sajib1066 avatar Aug 08 '21 15:08 sajib1066

@NerdWareTech can you please explain this issue?

This would be something like:

As a user / event creator, I can create an event with a repeating/recurring schedule, so that I don't have to create multiple entries for every future instance of that event manually.

Examples:

  • I play basketball once a week, every week, on the same day, at the same time.
  • I want to schedule meeting on the same topic (same title/description/url/details) every second week

Feature should support flexible 'recurrence' specification, something like:

  • ON <these> days (Example: [ ] Mon [ ] Tue [ ] Wed [ ] Thu [ ] Fri [ ] Sat [ ] )
  • EVERY Every <x> <period>
    • Where X = is an <integer|count> or
    • Examples: Every 3 weeks | Every fortnight | Every N months | Every second day
  • UNTIL <this time> OR <this many times> OR <forever>

koobs avatar Aug 15 '21 01:08 koobs