I am successfully retrieving various corporate events using the C# API with the following fields:
"TR.TickerSymbol",
"TR.EventStartDate",
"TR.EventStartTime",
"TR.EventType",
"TR.EventTitle"
However, I would like to also be able to retrieve a phone number or website URL for each event if possible. For example, earnings calls will usually have a webcast URL posted somewhere.
I've looked through the Data Item Browser and was unable to find such fields. So I am asking here if such fields exist and if so, what their names are?
Thanks.