Guest User

Untitled

a guest
Nov 24th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. calendarObject = {"sections" : [
  2.     {"name" : "September", "length" : "30", "days": [
  3.     {"vessel": "My Vessel", "start": "1st Sep", "end": "4th Sep", "duration": "3", "offset": "1", "location": "Point A to Point B"},
  4.     {"vessel": "My Vessel", "start": "4th Sep", "end": "12th Sep", "duration": "8", "offset": "4", "location": "Point V to Point K"}
  5.     ]},                
  6.     {"name" : "October", "length" : "31", "days": [
  7.     {"vessel": "My Vessel", "start": "7th Oct", "end": "9th Oct", "duration": "2", "offset": "7", "location": "Point C to Point D"},
  8.     {"vessel": "My Vessel", "start": "4th Oct", "end": "12th Oct", "duration": "8", "offset": "4", "location": "Point R to Point M"},  
  9.     {"vessel": "My Vessel", "start": "22nd Oct", "end": "28th Oct", "duration": "6", "offset": "22", "location": "Point E to Point J"}
  10.     ]},                
  11.     {"name" : "November", "length" : "31", "days": [
  12.     {"vessel": "My Vessel", "start": "31st Oct", "end": "6th Nov", "duration": "6", "offset": "m1", "location": "Point C to Point D"},
  13.     {"vessel": "My Vessel", "start": "14th Nov", "end": "24th Nov", "duration": "10", "offset": "14", "location": "Point B to Point C"}
  14.     ]}             
  15. ]};
Add Comment
Please, Sign In to add comment