Donate Share

PHP iCalendar

Tracker: Bugs

7 Outlook 2007 SP2 ics files giving blank page - ID: 2784956
Last Update: Comment added ( parasytic )

Hi
I upgraded to the latest version of phpicalendar yesterday
Today it is showing only blank pages
If I move or delete ics files from PC's that have recently been updated to
Office SP2 then it works
Please advise as soon as poss
Cheers
Guy


yuggyp ( yuggyp ) - 2009-05-01 11:19

7

Closed

Works For Me

Wesley Miaw

Parsing iCals

CVS

Public


Comments ( 10 )

Date: 2009-07-24 17:03
Sender: parasytic

Please enable PHP error reporting in the file
/functions/init/set_error_reporting.php:

Uncomment the line: error_reporting (E_ALL);
Comment the line: #error_reporting (0);

Report back with any errors printed.



Date: 2009-07-19 01:02
Sender: mzuther

Hi yuggyp,

I certainly don't know, but maybe your problem is related to the one I
just reported:

https://sourceforge.net/tracker/?func=detail&aid=2823753&group_id=62270&atid=500017

If you use a translation (i.e. not English), try to switch back to
English. If it works, you've identified the problem... :)

Martin


Date: 2009-05-09 04:34
Sender: josuah

I can't find a $chooseOffset in the ical_parser.php that is currently in
the CVS repository. CVS says the last change to that file was on
2009.04.08. Anyway, looks like you've solved your problem and the
ical_parser.php in CVS is good. Thanks.


Date: 2009-05-08 12:15
Sender: yuggyp

Lots of print statements later....
for the event

BEGIN:VEVENT
CREATED:20080401T212732Z
DTEND:20080402T100000Z
DTSTAMP:20090501T091940Z
DTSTART:20080402T090000Z
LAST-MODIFIED:20080918T082045Z
RECURRENCE-ID:20080331T090000Z
SEQUENCE:0
SUMMARY: mtg
TRANSP:OPAQUE
UID:AAAAAP07187hcr1InZBsC31RIX9EEiIA
X-ALT-DESC;FMTTYPE=text/html:<div></div>
X-MICROSOFT-CDO-BUSYSTATUS:BUSY
END:VEVENT

The last line read in from the ics file is the RECURRENCE-ID line. Traced
through to functions/ical_parser.php line 389

$offset_tmp = $chooseOffset($recur_unixtime);
when altered to
$offset_tmp = chooseOffset($recur_unixtime);

Started to work.
Other working ics files had recurrence-id with the timezones embedded:
RECURRENCE-ID;TZID=Europe/London:20081113T094500




Date: 2009-05-07 14:46
Sender: josuah

I guess you'll have to debug the PHP execution on your machine. There must
be something going wrong and an error produced. For now I'm going to close
as works for me. If you can find out what the problem is and provide an
error message or something please attach it to this bug.


Date: 2009-05-07 07:49
Sender: yuggyp

Oh...
Well its definetely not working here
Like I said, only commonality is pre SP2 or non outlook show in calendar
fine
But if there is a SP2 ics file in the calendars folder then nothing shows
at all

I'm open to suggestions?
Were struggling without the use of your phpicalendar!

Thanks again

Guy


Date: 2009-05-07 02:47
Sender: josuah

I'm unable to reproduce? I did a fresh checkout of phpicalendar and put
your sample calendar into the calendars directory. The "FO Group
Sharepoint" calendar showed up and I saw two all-day events "Bit 8 Trg" and
"Richard D - Holiday" show up for today.


Date: 2009-05-06 16:43
Sender: yuggyp

Thank you
I really appreciate it


Date: 2009-05-06 15:16
Sender: josuah

I'll take a look shortly.


Date: 2009-05-06 07:57
Sender: yuggyp

Anyone?
I can't believe no one else is getting this problem!
Can some please just check my sample ics in case I'm missing something
Thanks


Attached File ( 1 )

Filename Description Download
Sample.ics Sample of ics file from updated PC Download

Changes ( 12 )

Field Old Value Date By
status_id Open 2009-05-07 14:46 josuah
close_date - 2009-05-07 14:46 josuah
artifact_group_id None 2009-05-07 14:46 josuah
category_id publish 2009-05-07 14:46 josuah
resolution_id None 2009-05-07 14:46 josuah
assigned_to jimhu 2009-05-06 16:43 yuggyp
assigned_to josuah 2009-05-06 11:04 yuggyp
assigned_to nobody 2009-05-06 07:57 yuggyp
assigned_to jimhu 2009-05-04 08:58 yuggyp
assigned_to nobody 2009-05-01 15:59 yuggyp
priority 5 2009-05-01 15:59 yuggyp
File Added 325271: Sample.ics 2009-05-01 11:19 yuggyp