Welcome, Guest. Please login or register.
Did you miss your activation email?


Login with username, password and session length

Search

 
Advanced search

8043 Posts in 1856 Topics- by 2099 Members - Latest Member: roi
Calendar Script CommunityCustomizationPlugins (Moderators: scott, DanO, Marty)Problem with CSR Remind vCalendar
Pages: [1]   Go Down
Print
Author Topic: Problem with CSR Remind vCalendar  (Read 334 times)
0 Members and 1 Guest are viewing this topic.
timnrw
Guest
« on: April 04, 2004, 11:23:00 AM »

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


Logged
Pages: [1]   Go Up
Print
Jump to: