-
Notifications
You must be signed in to change notification settings - Fork 108
/
events.xml
72 lines (63 loc) · 1.31 KB
/
events.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
<?xml version="1.0"?>
<monthly>
<event>
<id>1</id>
<name>XML Events</name>
<startdate>2017-1-2</startdate>
<enddate>2016-1-3</enddate>
<starttime>12:00</starttime>
<endtime>2:00</endtime>
<color>#ffb128</color>
<url></url>
</event>
<event>
<id>2</id>
<name>Another Event</name>
<startdate>2017-1-10</startdate>
<enddate></enddate>
<starttime></starttime>
<endtime></endtime>
<color>#28cbff</color>
<url></url>
</event>
<event>
<id>3</id>
<name>Another Event</name>
<startdate>2017-1-20</startdate>
<enddate>2017-1-22</enddate>
<starttime>9:00</starttime>
<endtime>10:00</endtime>
<color>#9cc370</color>
<url></url>
</event>
<event>
<id>4</id>
<name>Another Event</name>
<startdate>2017-2-20</startdate>
<enddate></enddate>
<starttime></starttime>
<endtime></endtime>
<color>#9f4b99</color>
<url></url>
</event>
<event>
<id>5</id>
<name>Another Event</name>
<startdate>2017-3-10</startdate>
<enddate>2017-3-11</enddate>
<starttime>9:00</starttime>
<endtime>10:00</endtime>
<color>#9cc370</color>
<url></url>
</event>
<event>
<id>6</id>
<name>Another Event</name>
<startdate>2017-4-5</startdate>
<enddate>2017-4-7</enddate>
<starttime></starttime>
<endtime></endtime>
<color>#9f4b99</color>
<url></url>
</event>
</monthly>