summaryrefslogtreecommitdiffstats
path: root/tests/Data_saveDataUpdate/WeekRecurrings/source.json
blob: dbce0bb26cfd6e88be09eef89a15501ee3fe89f9 (plain)
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
{
  "insert_data": [
    {
      "id": "1",
      "start_date": "2015-02-04 11:00:00",
      "end_date": "2015-02-04 19:30:00",
      "text": "Event X1",
      "rec_type": "",
      "event_length": ""
    },
    {
      "id": "2",
      "start_date": "2020-07-09 11:00:00",
      "end_date": "2020-07-09 19:20:00",
      "text": "Event X2",
      "rec_type": "day_1___#3",
      "event_length": "600"
    },
    {
      "id": "3",
      "start_date": "2014-04-09 18:00:00",
      "end_date": "2014-04-09 19:25:00",
      "text": "Event X3",
      "rec_type": "",
      "event_length": ""
    }
  ],
  "data": [
    {
      "id": 1,
      "recurring_type": {
        "each": "week",
        "step": 2,
        "days_of_week": "sunday,monday,tuesday,wednesday,thursday,friday,saturday"
      },
      "start_date": "2016-03-01 12:20:00",
      "end_date": "9999-02-01 00:00:00",
      "length": 300,
      "text": "Test Week Event 1"
    },
    {
      "id": 2,
      "recurring_type": {
        "each": "week",
        "repeat": 17,
        "step": 1,
        "days_of_week": "monday,wednesday,thursday,friday"

      },
      "start_date": "2016-03-02 20:00:00",
      "end_date": "2016-03-31 00:00:00",
      "length": 300,
      "text": "Test Week Event 2"
    },
    {
      "id": 3,
      "recurring_type": {
        "each": "week",
        "step": 3,
        "days_of_week": "monday,wednesday"
      },
      "start_date": "2016-03-02 15:55:00",
      "end_date": "2016-08-21 00:00:00",
      "length": 600,
      "text": "Test Week Event 3"
    }
  ]
}