diff options
Diffstat (limited to 'tests/Data_saveDataUpdate/MonthRecurrings/source.json')
-rw-r--r-- | tests/Data_saveDataUpdate/MonthRecurrings/source.json | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/tests/Data_saveDataUpdate/MonthRecurrings/source.json b/tests/Data_saveDataUpdate/MonthRecurrings/source.json new file mode 100644 index 0000000..17fafba --- /dev/null +++ b/tests/Data_saveDataUpdate/MonthRecurrings/source.json @@ -0,0 +1,86 @@ +{ + "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": "" + }, + { + "id": "4", + "start_date": "2014-04-20 18:00:00", + "end_date": "2014-05-30 19:25:00", + "text": "Event X4", + "rec_type": "", + "event_length": "" + } + ], + "data": [ + { + "id": 1, + "recurring_type": { + "each": "month", + "step": 3 + }, + "start_date": "2016-03-13 12:00:00", + "end_date": "9999-02-01 00:00:00", + "length": 2100, + "text": "Test Month 1" + }, + { + "id": 2, + "recurring_type": { + "each": "month", + "repeat": 6, + "week_number": 4, + "days_of_week": "friday", + "step": 1 + }, + "start_date": "2016-03-01 15:00:00", + "length": 17700, + "text": "Test Month 2" + }, + { + "id": 3, + "recurring_type": { + "each": "month", + "step": 1, + "days_of_week": "wednesday", + "week_number": 1 + }, + "start_date": "2016-03-01 10:00:00", + "end_date": "2016-08-21 00:00:00", + "length": 26100, + "text": "Test Month 3" + }, + { + "id": 4, + "recurring_type": { + "each": "month", + "step": 1 + }, + "start_date": "2016-03-30 02:50:00", + "end_date": "9999-02-01 00:00:00", + "length": 18000, + "text": "Test Month 4" + } + ] +}
\ No newline at end of file |