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

dav: fix birthday calendar event generation for leap days #29010

Merged

Commits on Feb 6, 2023

  1. dav: fix birthday calendar event generation for leap days

    Fix generation of birthday calendar events for the 29th of February.
    
    A recurring event for the 29th of February in the (default) Gregorian
    calendar system would only generate instances in leap years. Fix this
    behaviour by generating recurring events for the last day of February,
    the 29th on leap years and the 28th otherwise.
    
    Signed-off-by: Mattia Narducci <[email protected]>
    mattian committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    b55c62c View commit details
    Browse the repository at this point in the history