PHP Classes

Newbie question

Recommend this page to a friend!

      iCalCreator  >  All threads  >  Newbie question  >  (Un) Subscribe thread alerts  
Subject:Newbie question
Summary:iCalCreator Stopped Working
Messages:1
Author:MBCHelpdesk
Date:2014-05-21 00:58:38
 

  1. Newbie question   Reply   Report abuse  
Picture of MBCHelpdesk MBCHelpdesk - 2014-05-21 00:58:38
I have just inherited a project using php and iCalcreator. I have no experience with either.

Everything was working until last week.

The best I can figure is that this code is no longer building the array

// Get calendar items from the calendar object for today
$eventArray = $cal->selectComponents(date("Y", time() + (($EST + $DSTOffset) * 60 * 60) ),
date("m", time() + (($EST + $DSTOffset) * 60 * 60) ),
date("d", time() + (($EST + $DSTOffset) * 60 * 60) ),
date("Y", time() + (($EST + $DSTOffset) * 60 * 60) ),
date("m", time() + (($EST + $DSTOffset) * 60 * 60) ),
date("d", time() + (($EST + $DSTOffset) * 60 * 60) ),
"vevent");

Anyone have any ideas?

Thanks!