Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
4113 efrain 1
[
2
  {
3
    "title": "All Day Event",
4
    "start": "2020-05-01"
5
  },
6
  {
7
    "title": "Long Event",
8
    "start": "2020-05-07",
9
    "end": "2020-05-10"
10
  },
11
  {
12
    "id": "999",
13
    "title": "Repeating Event",
14
    "start": "2020-05-09T16:00:00-05:00"
15
  },
16
  {
17
    "id": "999",
18
    "title": "Repeating Event",
19
    "start": "2020-05-16T16:00:00-05:00"
20
  },
21
  {
22
    "title": "Conference",
23
    "start": "2020-05-11",
24
    "end": "2020-05-13"
25
  },
26
  {
27
    "title": "Meeting",
28
    "start": "2020-05-12T10:30:00-05:00",
29
    "end": "2020-05-12T12:30:00-05:00"
30
  },
31
  {
32
    "title": "Lunch",
33
    "start": "2020-05-12T12:00:00-05:00"
34
  },
35
  {
36
    "title": "Meeting",
37
    "start": "2020-05-12T14:30:00-05:00"
38
  },
39
  {
40
    "title": "Happy Hour",
41
    "start": "2020-05-12T17:30:00-05:00"
42
  },
43
  {
44
    "title": "Dinner",
45
    "start": "2020-05-12T20:00:00"
46
  },
47
  {
48
    "title": "Birthday Party",
49
    "start": "2020-05-13T07:00:00-05:00"
50
  },
51
  {
52
    "title": "Click for Google",
53
    "url": "http://google.com/",
54
    "start": "2020-05-28"
55
  }
56
]