#1097: RRuleUtils.kt
projectforge-business/src/main/kotlin/org/projectforge/business/teamcal/ical/RRuleUtils.kt Utility / iCal Recurrence, projectforge-business/src/main/kotlin/org/projectforge/business/teamcal/ical/RRuleUtils.kt 58 lines · 29 code · 24 comments · 5 blank
Static utility object for RRULE processing. getRecurUntil() extracts the UNTIL value from an RRule. parseExcludeDates() parses CSV-formatted EXDATE strings (separators: comma, semicolon, pipe) into a list of Temporal objects via DateParser, stripping "EXDATE:" prefix. isEventExcluded() checks if a given event date is in the exDates list using ICalDateUtils.isSameDay for day-level comparison. Used by TeamEventDao.rollOutRecurrenceEvents() to filter out excluded occurrences.
Git History
868d6abb7 2025 -> 2026
63081666f Source file headers: 2024-> 2025.
c193e8288 Ical4j: migration stuff... (all tests OK)
61966790f Ical4j: migration stuff...
4c04cfd65 MAJOR-CHANGE! Migration of integer id's to Long id's (including fk's etc.)
b6092df09 Copyright 2023 -> 2024
ab45d51fa Copyright 2001-2022 -> 2001-2023.
5f7ef41b8 Copyright 2021 -> 2022
ceb63e8a1 Source code header: (C) 2001-2021.
7c79f1922 Copyright of source header -> 2020.
dd5ca38ac CopyRight of all java file-header updated or created.
9ebb88522 Initial commit