phpgroupware-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-tracker] [Patch #567] basic iCal/rfc2445 support for *sen


From: nobody
Subject: [Phpgroupware-tracker] [Patch #567] basic iCal/rfc2445 support for *sending* event updates
Date: Thu, 09 Jan 2003 14:30:11 -0500

Patch #567 has been updated. 

Project: 
Category: calendar
Status: Open
Summary: basic iCal/rfc2445 support for *sending* event updates

Follow-Ups:

Date: 2002-Oct-14 14:15
By: scr

Comment:
* configuration:
 preferences -> "Event mail format"
-------------------------------------------------------

Date: 2002-Oct-14 14:23
By: scr

Comment:
* implementation notes (class.boicalendar.inc.php)
  - used a hotfix for constants in function switch_partstat() were not working
  - had to introduce a boolean parameter "chunk_split" to allow for 
modification of behaviour of function fold(), because outlook doesn't like 
newlines within an entry
-------------------------------------------------------

Date: 2002-Oct-14 14:25
By: scr

Comment:
TODO:
- add support to send notifications to non phpgw users
- add processing of incoming iCal attachments
-------------------------------------------------------

Date: 2002-Nov-23 08:58
By: skwashd

Comment:
please see 
https://savannah.gnu.org/bugs/?func=detailbug&bug_id=1753&group_id=509

User applied this patch and reported problems.  Suggested fix attached.
-------------------------------------------------------

Date: 2003-Jan-09 19:30
By: tbecker37

Comment:
The time zone offset is not added to the DSTART, DEND and LAST-MODIFIED fields 
in the I-cal message.  Users in different timezones recieve I-cal notices with 
wrong meeting times.  

Lines 232-233 of the patch change the line
 
- $dtstart_mktime = $so_event->maketime($event['start']) - 
$GLOBALS['phpgw']->datetime->tz_offset;

to 

+ $dtstart_mktime = $so_event->maketime($event['start']);

Reverting back to the original line seems to resolve this issue for DSTART.  

It is also neccessary to revert back to the original lines for $dend_mktime 
(lines 235-236) and $mod_mktime (lines 238-239).  
-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://savannah.gnu.org/patch/?func=detailpatch&patch_id=567&group_id=509




reply via email to

[Prev in Thread] Current Thread [Next in Thread]