Skip to content

recursive event support # issue 114 solution#164

Open
shristi76 wants to merge 1 commit intoArgusoftOpen:mainfrom
shristi76:contri
Open

recursive event support # issue 114 solution#164
shristi76 wants to merge 1 commit intoArgusoftOpen:mainfrom
shristi76:contri

Conversation

@shristi76
Copy link
Copy Markdown

Overview

This PR adds support for recurring event scheduling within the platform.
Users can now create events that repeat on a daily, weekly, or monthly basis.

Features Implemented

  • Recurrence rule configuration (daily, weekly, monthly)
  • Recurrence interval support
  • Support for optional end date
  • Recurrence metadata stored in MySQL database

Backend Changes

  • Implemented recurrence logic for generating future event occurrences
  • Added database schema fields for recurrence configuration

Edge Cases Handled

  • Month-end adjustment for monthly recurrence
  • Leap year handling via native JavaScript Date API

##preview
Screenshot 2026-03-10 194913


Screenshot 2026-03-10 194930

Feedback and suggestions are welcome :)

@shristi76 shristi76 changed the title recursive event support recursive event support # issue 114 solution Mar 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant