PHP : Function Reference : MCAL Functions : mcal_append_event
php
It appears that MCAL uses the current time (seconds since the epoch) as the "unique" ID when inserting new events into the calendar. Thus, if you try to insert several events at once, it will not work correctly unless you wait at least one second between calling mcal-append-event().
This is with libmcal 0.6 and PHP 4.3.4.
|