check out calendar.php
you'll need to do something like this
PHP Code:
// Load the events for the month!
$events=$DB_site->query("SELECT eventid, subject, eventdate, public
FROM calendar_events
WHERE eventdate
LIKE '$year-$doublemonth-%' AND ((userid = '$bbuserinfo[userid]' AND public = 0) OR (public = 1))");
and then loop thru $events to the current week, etc..
this hack is for the event of the day, and im pretty busy, or else i'd help further... sorry