You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
1.0 KiB
XML
28 lines
1.0 KiB
XML
<schedule>
|
|
<version>0.0.1</version>
|
|
<conference>
|
|
<title>Some Test Event</title>
|
|
<acronym>Test1</acronym>
|
|
</conference>
|
|
<day index='1' date='2042-01-02' start='2042-01-02T00:00:00+00:00' end='2042-01-02T22:59:00+00:00'>
|
|
<room name='Random Room'>
|
|
<event guid='023eb047-5a42-41e0-b1ec-e9fab19b2987' id='42'>
|
|
<date>2042-01-02T13:30:00+00:00</date>
|
|
<title>Minimum Setup Test</title>
|
|
<subtitle>With a subtitle</subtitle>
|
|
<start>13:30</start>
|
|
<duration>00:30</duration>
|
|
<room>Rooming</room>
|
|
<slug>minimum-setup-test</slug>
|
|
<track>Testing</track>
|
|
<type>Talk</type>
|
|
<abstract>A minimal description</abstract>
|
|
</event>
|
|
</room>
|
|
<room name='Another Room'>
|
|
</room>
|
|
</day>
|
|
<day index='2' date='2042-01-03' start='2042-01-03T00:00:00+00:00' end='2042-01-03T22:59:00+00:00'>
|
|
</day>
|
|
</schedule>
|