cancel
Showing results for 
Search instead for 
Did you mean: 

Need Task Info on Event Logger

cacaponkayaker
Champ in-the-making
Champ in-the-making
I'm writing an EventLogger that I want to record when a task is created.  When I get an event that it's created, I don't get the task so I run a task query but it's not there.  I have seen on task listeners that you use the task delegate but there doesn't seem to be one on the event logger interface.  How can I get the task info on a newly created task?
1 REPLY 1

cacaponkayaker
Champ in-the-making
Champ in-the-making
Never-mind, I figured it out.

For others, you have to downcast the event, then get the entity from that and downcast that to your task delegate.