I use the following FQL statement but it does not seem to work
SELECT post_id, actor_id, target_id, message FROM stream WHERE source_id IN
(SELECT eid FROM event_member WHERE uid = me() AND rsvp_status = "attending")
Particularly an FQL equivalent to this Graph api request
me/events?fields=feed