[Netoffice-cvs-2x] netoffice-2.x/calendar icalendar.php,1.1,1.2
PXell - Online project management.
Brought to you by:
trilexcom
From: Scott M. <ma...@us...> - 2005-05-30 16:18:09
|
Update of /cvsroot/netoffice/netoffice-2.x/calendar In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9418/calendar Modified Files: icalendar.php Log Message: changed ical meetings to be TENTATIVE instead of CONFIRMED Index: icalendar.php =================================================================== RCS file: /cvsroot/netoffice/netoffice-2.x/calendar/icalendar.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** icalendar.php 30 May 2005 16:12:40 -0000 1.1 --- icalendar.php 30 May 2005 16:17:58 -0000 1.2 *************** *** 197,201 **** '', // exeption dates: Array with timestamps of dates that should not be includes in the recurring event '', // Array with all the alarm information, "''" for no alarm ! 1, // Status of the event (0 = TENTATIVE, 1 = CONFIRMED, 2 = CANCELLED) $task_url, // optional URL for this event $langDefault, // Language of the strings used in the event (iso code) --- 197,201 ---- '', // exeption dates: Array with timestamps of dates that should not be includes in the recurring event '', // Array with all the alarm information, "''" for no alarm ! 0, // Status of the event (0 = TENTATIVE, 1 = CONFIRMED, 2 = CANCELLED) $task_url, // optional URL for this event $langDefault, // Language of the strings used in the event (iso code) *************** *** 304,308 **** '', // exeption dates: Array with timestamps of dates that should not be includes in the recurring event '', // Array with all the alarm information, "''" for no alarm ! 1, // Status of the event (0 = TENTATIVE, 1 = CONFIRMED, 2 = CANCELLED) $task_url, // optional URL for this event $langDefault, // Language of the strings used in the event (iso code) --- 304,308 ---- '', // exeption dates: Array with timestamps of dates that should not be includes in the recurring event '', // Array with all the alarm information, "''" for no alarm ! 0, // Status of the event (0 = TENTATIVE, 1 = CONFIRMED, 2 = CANCELLED) $task_url, // optional URL for this event $langDefault, // Language of the strings used in the event (iso code) |