

Second, the current version of Entourage was written years ago, when Macs were made with PowerPC processors.
HOW TO USE ICAL WITH PHP FOR FREE
I do not want to use Entourage, even though I get it for free through the site license.
HOW TO USE ICAL WITH PHP HOW TO
If you are happy with this solution, go for it! It will even synchronise with your iPhone! Thanks for coming, and you know how to make a blogger happy - read carefully what Google guys suggest to you in the right part of the page.įirst of all, I just love iCal and Mail.app. If you just want to notify your colleagues that you are not available for a meeting every workday from 1pm to 2pm, just create a recurring appointment called "Lunch" and they will know you are busy. If you want to book a room, you can do it with Entourage.

It will allow you to manage your mail and calendars well.

I have run a little investigation on how to resolve the problem, and I'd like to share my finding with you.Įntourage is a part of Microsoft Office for Mac. Though, it is not compatible with Microsoft Exchange server our University uses. The new version supplied with Leopard has everything I need: scheduling appointments, booking rooms, inviting other people, tells other people when I am busy or free. Apple iCal is a very neat calendaring application. $tmpSpecialdates = $this->Specialdate->find('all', array('recursive' => -1, 'conditions' => array('Specialdate.date LIKE ' => $importyear. * Dabei werden Daten, die bereits als Specialdate markiert sind, übersprungen. * Stattdessen wird sie vom AutoController aufgerufen, wenn die Ferien automatisch importiert werden sollen * Hierbei handelt es sich um eine Funktion, die über die URL nicht aufgerufen werden kann. $req = $db->prepare("UPDATE ressources r inner join events e on r.number = e.ressource set r.last_sync = e.Export") $res = $req->execute(array(issetor($event), $ressource, $start_d, $start_t, $end_d, $end_t, $event, issetor($event), $description, $export_d)) $req = $db->prepare('insert into events (UID,ressource, StartDate, StartTime, EndDate, EndTime, Title, Location, Description,Export) VALUES (?,?,?,?,?,?,?,?,?,?)') $end_t = date("H:i:s", strtotime($GMT, $ical->iCalDateToUnixTimestamp($event))) $end_d = date("Y-m-d", strtotime($GMT, $ical->iCalDateToUnixTimestamp($event))) $start_t = date("H:i:s", strtotime($GMT, $ical->iCalDateToUnixTimestamp($event))) $start_d = date("Y-m-d", strtotime($GMT, $ical->iCalDateToUnixTimestamp($event))) $export_d = date("Y/m/d H:i:s", strtotime($GMT, $ical->iCalDateToUnixTimestamp($event))) substr($file_name, strripos($file_name, '/')) įunction updateRessources($db, $ressources, $startdate = null, $enddate = null, $GMT = "+1 hour") $file_name = get_option('nev-file_path') $ical = new ICal(get_option('nev-file_path'))
