Hi, I'm trying to build a php script to auto add event to Horde Kronolith Calendar, ics. I can now use imap to load vCard vCalendar and I want to add Event to Horde Calendar (kronolith). Can you please help me??? How can I use PHP to Accept Meeting Request Invite and add Event to Calendar?? Thanks in advance.
I was checking files like this one: http://fossies.org/unix/www/horde-3.3.12.tar.gz:a/horde-3.3.12/js/addEvent.php I now can get VCALENDAR from message body reading e-mail from imap php functions. And I would like to get data from VCALENDAR and set function to ADD it to my Horde Calendar directly from my PHP script. Can you help me on this? Thanks.
Maybe this will get me there: http://phpxref.com/xref/horde/kronolith/attend.php.source.html But, can anyone help me on this? Have you ever made a script to add events to cPanel Calendars? Thanks.