You've already forked lazarus-ccr
tvplanit: Fix display of repeated all-day events in the dayview.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8406 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -469,6 +469,8 @@ begin
|
||||
FRecurrenceFreq := L.Values['FREQ'];
|
||||
FRecurrenceInterval := StrToIntDef(L.Values['INTERVAL'], 0);
|
||||
FRecurrenceEndDate := iCalDateTime(L.Values['UNTIL'], isUTC);
|
||||
if FRecurrenceEndDate = 0 then
|
||||
FRecurrenceEndDate := FOREVER_DATE;
|
||||
FRecurrenceCount := StrToIntDef(L.Values['COUNT'], 0);
|
||||
FRecurrenceByXXX := '';
|
||||
for j:=0 to L.Count-1 do begin
|
||||
|
Reference in New Issue
Block a user