Schedule Time Of arrival

Hi there,
Is there a way to get the schedule time of arrival for each flight and not the actual time of arrival. This should be for history flight (example flight AF008 15-July-2009 was schedule to arrive on 9:10 PM).

Thank you!

Scheduled time of arrival is simply “filed_departuretime” + “filed_ete”. Note that since “filed_ete” is a string, you will need to do some parsing to convert it to hours and minutes before doing the math.