tvplanit: Export events to ical files (still buggy).

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8401 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2022-08-20 17:06:03 +00:00
parent cbf979cfcc
commit 8cdd98b2ff
16 changed files with 485 additions and 73 deletions

View File

@ -595,7 +595,7 @@ procedure TVpVCards.SaveToStrings(AList: TStrings);
var
i: Integer;
begin
AList.clear;
AList.Clear;
for i := 0 to Count-1 do
FCards[i].SaveToStrings(AList);
end;