Skip to content

Commit

Permalink
last changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusandra committed Jul 5, 2024
1 parent 2b678db commit fef127a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
6 changes: 0 additions & 6 deletions frameos/src/apps/data/icalJson/ical.nim
Original file line number Diff line number Diff line change
Expand Up @@ -565,12 +565,6 @@ proc applyRRule(self: var ParsedCalendar, startTs: Timestamp, endTs: Timestamp,
else:
nextIntervalStart = getNextIntervalStart(currentCal, rrule, timeZone)
let intervalEnd = getEndOfThisInterval(currentCal, rrule, timeZone)
# echo "==="
# echo "Weekstart: " & $rrule.weekStart
# echo "Current ts: " & $currentTs & " " & currentTs.formatIso()
# echo "New end tS: " & $newEndTs & " " & newEndTs.formatIso()
# echo "Interval end: " & $intervalEnd & " " & intervalEnd.formatIso()
# echo "Next interval: " & $nextIntervalStart.ts & " " & nextIntervalStart.ts.formatIso()
while (rrule.until == 0.Timestamp or currentTs <= rrule.until) and
(rrule.count == 0 or counter < rrule.count) and
currentTs < intervalEnd and
Expand Down
6 changes: 0 additions & 6 deletions frameos/src/apps/data/icalJson/tests/Makefile

This file was deleted.

0 comments on commit fef127a

Please sign in to comment.