Method | Description | |
---|---|---|
ToXDocument ( string path, int startTimeOffset = -2 ) : System.Xml.Linq.XDocument |
Converts the specified http://www.f1calendar.com/ ICS file to a race XML document schema expected by the service.
|
Method | Description | |
---|---|---|
GetRaceId ( IEvent e ) : string | ||
GetRaceName ( IEvent e ) : string | ||
GetSessionId ( IEvent e ) : string | ||
GetSessionName ( IEvent e ) : string | ||
GetSessionType ( IEvent e ) : SessionType |
public static ToXDocument ( string path, int startTimeOffset = -2 ) : System.Xml.Linq.XDocument | ||
path | string | The path of the ICS file. |
startTimeOffset | int | The start time offset (in minutes). |
return | System.Xml.Linq.XDocument |