Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug in Recurring Daily Event Creation #1916

Closed
GlenDsza opened this issue Apr 20, 2024 · 1 comment
Closed

Bug in Recurring Daily Event Creation #1916

GlenDsza opened this issue Apr 20, 2024 · 1 comment
Labels
bug Something isn't working unapproved

Comments

@GlenDsza
Copy link

Describe the bug
When creating recurring event with recurrence daily the events should be created only from start date to end date. Rather it creates almost 365 events per request not following date range.

To Reproduce
Steps to reproduce the behavior:

  1. Login as admin
  2. Set Date range
  3. Create Event with Recurring on and frequency set as Daily

Expected behavior
Events should be created within given range

Actual behavior
Event creation don't follow date range if recurrence frequency is set to daily

Screenshots

recurrence_daily.mp4
@GlenDsza GlenDsza added the bug Something isn't working label Apr 20, 2024
@meetulr
Copy link

meetulr commented Apr 20, 2024

@GlenDsza This is how it should be😅. You're selecting the start and end dates for the recurring event instances, the recurrence end date (by default null, i.e. infinitely recurring) would be selected from the custom recurrence modal, you can see that the Ends On option is set to Never by default.

I'll update the doc soon explaining the approach in detail. Please confirm the functionalities with me until then. There have been changes in implementation recently as I've mentioned.

@GlenDsza GlenDsza closed this as not planned Won't fix, can't repro, duplicate, stale Apr 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working unapproved
Projects
None yet
Development

No branches or pull requests

2 participants