mirror of
https://github.com/Apress/foundations-of-pygtk-development.git
synced 2025-07-21 11:51:10 +02:00
12 lines
217 B
XML
12 lines
217 B
XML
<calendar>
|
|
<event>
|
|
<name>Independence Day</name>
|
|
<location>Everywhere</location>
|
|
<day>4</day>
|
|
<month>7</month>
|
|
<year>2018</year>
|
|
<start>All Day</start>
|
|
<end></end>
|
|
</event>
|
|
</calendar>
|