Hello toghether,
i use the AdvCalDav-Component from the Cloud Pack.
I need the informations from the deleted appointments and i tried this
for i3 := 0 to cdi.vCalendar.vEvents[i2].ExDates.Count -1 do
begin
if ((trunc(cdi.vCalendar.vEvents[i2].ExDates[i3]) >= MatrixDtm[1])...
But it seems ExDates is always empty.
Can anybody help me?
Christian