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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
|
{
"insert_data": [
{
"start_date": "2016-05-04 10:00:00",
"end_date": "2016-05-04 15:00:00",
"text": "Test event 1",
"id": "1",
"event_pid": "",
"event_length": "",
"rec_pattern": "",
"rec_type": "",
"!nativeeditor_status": ""
},
{
"start_date": "2016-05-10 00:00:00",
"end_date": "2016-05-18 00:00:00",
"text": "Test event 2",
"id": "2",
"event_pid": "",
"event_length": "300",
"rec_pattern": "day_2___",
"rec_type": "day_2___#4",
"!nativeeditor_status": ""
},
{
"start_date": "2016-05-03 22:40:00",
"end_date": "9999-02-01 00:00:00",
"text": "Test Event 3",
"id": "3",
"event_pid": "",
"event_length": "3600",
"rec_pattern": "week_2___0,2,6",
"rec_type": "week_2___0,2,6#no",
"!nativeeditor_status": ""
},
{
"start_date": "2016-05-02 00:00:00",
"end_date": "9999-02-01 00:00:00",
"text": "Test Event 4",
"id": "4",
"event_pid": "",
"event_length": "300",
"rec_pattern": "month_1___",
"rec_type": "month_1___#no",
"!nativeeditor_status": ""
},
{
"start_date": "2016-05-09 00:00:00",
"end_date": "9999-02-01 00:00:00",
"text": "Test Event 5",
"id": "5",
"event_pid": "",
"event_length": "300",
"rec_pattern": "month_1_5_4_",
"rec_type": "month_1_5_4_#no",
"!nativeeditor_status": ""
},
{
"start_date": "2016-03-08 00:00:00",
"end_date": "9999-02-01 00:00:00",
"text": "Test Event 6",
"id": "6",
"event_pid": "",
"event_length": "300",
"rec_pattern": "year_1___",
"rec_type": "year_1___#no",
"!nativeeditor_status": ""
}
],
"data": [
{
"id": 1
},
{
"id": 2
},
{
"id": 3
},
{
"id": 4
},
{
"id": 5
},
{
"id": 6
}
]
}
|