The event module (4.3 on Drupal 4.3) makes use of a PHP 4.2 function: array_fill()

If (like me) you're hosting provider has an older PHP version you can define the function in PHP see the first comment on the official PHP site

I think it should be part of the checklist for modules to have the same requirements as Drupal itself.