There was not Time an Date in the event.vcs
in the script
at the function i think there is a mistake in the script or in my adjustments
the section
if ($csvc->{'all_day'} eq "1") {
$csvc_sd = $csr_date;
$csvc_ed = $csr_date + 1;
$csvc_st = '0000';
$csvc_et = '0000';
$csvc_ad = '1';
print("erste ");
}
else {
$csvc_sd= $csr_date;
$csvc_ed= $csr_date;
$csvc_st = $csvc->{'start_time'};
$csvc_et = $csvc->{'end_time'};
print("zweite ");
}
was not accomplished becauce
$sdb->getRecord( {'id'=>$sid }
return no result. The Problem is if i make an event with more than 1 row under details, this function does'nt return a record.<<<< event.vcs >>>>
BEGIN:VCALENDAR
VERSION:1.0
PRODID: csRemind v1.05 by ME
BEGIN:VEVENT
SUMMARY;ENCODING=QUOTED-PRINTABLE:SOMETHING
DESCRIPTION;ENCODING=QUOTED-PRINTABLE:times are local to the event location.
DTSTART:T00
DTEND:T00
END:VEVENT
END:VCALENDAR