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

Add calculation of alarm times #737

Merged
merged 52 commits into from
Nov 14, 2024

Commits on Oct 22, 2024

  1. add example calendars

    niccokunzmann committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    312b05a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    43e07fc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4d1074 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dee670d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c2ac64 View commit details
    Browse the repository at this point in the history
  6. TODO test for edge case

    niccokunzmann committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    b5d9b75 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. Configuration menu
    Copy the full SHA
    f993bd9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e358101 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e29c545 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    560acb9 View commit details
    Browse the repository at this point in the history
  5. Add DTSTAMP property

    niccokunzmann committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    3047209 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    914b204 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    51099d4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    61dc8c6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    09cf9b1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    681c064 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    610a96f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    463a5f0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ebbf54b View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    41244ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3bd555 View commit details
    Browse the repository at this point in the history
  3. Test RFC 9074 alarms

    niccokunzmann committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    92dae9c View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. Document alarms module

    niccokunzmann committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    d8292ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20eb10b View commit details
    Browse the repository at this point in the history
  3. Create alarms attribute

    niccokunzmann committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    3b12b90 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    da5e4fa View commit details
    Browse the repository at this point in the history
  5. Make doctests run

    niccokunzmann committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    b1d18ec View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a5170e4 View commit details
    Browse the repository at this point in the history
  7. log changes

    niccokunzmann committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    ff8552b View commit details
    Browse the repository at this point in the history
  8. log changes

    niccokunzmann committed Oct 26, 2024
    Configuration menu
    Copy the full SHA
    42d330f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0a23c55 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. remove old file

    niccokunzmann committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    b3fa5b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07d8d92 View commit details
    Browse the repository at this point in the history
  3. log changes

    niccokunzmann committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    78b9e5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ea719c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fab00aa View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. Test incomplete alarms

    niccokunzmann committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    72b2489 View commit details
    Browse the repository at this point in the history
  2. remove todo

    niccokunzmann committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    3a61ba0 View commit details
    Browse the repository at this point in the history
  3. Test deleting values

    niccokunzmann committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    761a166 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Update CHANGES.rst

    Co-authored-by: Steve Piercy <[email protected]>
    niccokunzmann and stevepiercy authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    e74bebb View commit details
    Browse the repository at this point in the history
  2. Update src/icalendar/alarms.py

    Co-authored-by: Steve Piercy <[email protected]>
    niccokunzmann and stevepiercy authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    a3598d7 View commit details
    Browse the repository at this point in the history
  3. Update src/icalendar/alarms.py

    Co-authored-by: Steve Piercy <[email protected]>
    niccokunzmann and stevepiercy authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    4e7b0fa View commit details
    Browse the repository at this point in the history
  4. Update src/icalendar/alarms.py

    Co-authored-by: Steve Piercy <[email protected]>
    niccokunzmann and stevepiercy authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    df9c811 View commit details
    Browse the repository at this point in the history
  5. Update src/icalendar/tools.py

    Co-authored-by: Steve Piercy <[email protected]>
    niccokunzmann and stevepiercy authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    bff2428 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca2995b View commit details
    Browse the repository at this point in the history
  7. Update src/icalendar/cal.py

    Co-authored-by: Steve Piercy <[email protected]>
    niccokunzmann and stevepiercy authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    286d0cc View commit details
    Browse the repository at this point in the history
  8. Update src/icalendar/cal.py

    Co-authored-by: Steve Piercy <[email protected]>
    niccokunzmann and stevepiercy authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    a8b1ed8 View commit details
    Browse the repository at this point in the history
  9. Update src/icalendar/cal.py

    Co-authored-by: Steve Piercy <[email protected]>
    niccokunzmann and stevepiercy authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    b9228e9 View commit details
    Browse the repository at this point in the history
  10. Update src/icalendar/cal.py

    Co-authored-by: Steve Piercy <[email protected]>
    niccokunzmann and stevepiercy authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    c92b272 View commit details
    Browse the repository at this point in the history
  11. Update src/icalendar/cal.py

    Co-authored-by: Steve Piercy <[email protected]>
    niccokunzmann and stevepiercy authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    b63e9f1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a44d151 View commit details
    Browse the repository at this point in the history
  13. Update src/icalendar/cal.py

    Co-authored-by: Steve Piercy <[email protected]>
    niccokunzmann and stevepiercy authored Nov 14, 2024
    Configuration menu
    Copy the full SHA
    bdfd9d2 View commit details
    Browse the repository at this point in the history