Advertisement
Guest User

My Monthly Calendar APL output

a guest
Nov 12th, 2019
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 37.13 KB | None | 0 0
  1. {
  2.     "body": {
  3.         "version": "1.0",
  4.         "response": {
  5.             "outputSpeech": {
  6.                 "type": "PlainText",
  7.                 "text": "Here's what's in your calendar. Tap on an entry or day to get more information."
  8.             },
  9.             "directives": [
  10.                 {
  11.                     "type": "Alexa.Presentation.APL.RenderDocument",
  12.                     "document": {
  13.                         "type": "APL",
  14.                         "version": "1.0",
  15.                         "theme": "dark",
  16.                         "mainTemplate": {
  17.                             "parameters": [
  18.                                 "payload"
  19.                             ],
  20.                             "items": [
  21.                                 {
  22.                                     "type": "Frame",
  23.                                     "backgroundColor": "white",
  24.                                     "item": [
  25.                                         {
  26.                                             "type": "Container",
  27.                                             "items": [
  28.                                                 {
  29.                                                     "type": "daysHeader"
  30.                                                 },
  31.                                                 {
  32.                                                     "type": "Sequence",
  33.                                                     "data": "${payload.Calendar.Weeks}",
  34.                                                     "lastItem": [
  35.                                                         {
  36.                                                             "type": "Container",
  37.                                                             "direction": "column",
  38.                                                             "items": [
  39.                                                                 {
  40.                                                                     "type": "TouchWrapper",
  41.                                                                     "item": [
  42.                                                                         {
  43.                                                                             "type": "Text",
  44.                                                                             "text": "Alexa doesn't support displaying more data at once. Tap to view more.",
  45.                                                                             "color": "black",
  46.                                                                             "fontSize": "16dp",
  47.                                                                             "textAlign": "center",
  48.                                                                             "textAlignVertical": "center",
  49.                                                                             "height": "5vh",
  50.                                                                             "width": "100%"
  51.                                                                         }
  52.                                                                     ],
  53.                                                                     "onPress": {
  54.                                                                         "type": "SendEvent",
  55.                                                                         "arguments": [
  56.                                                                             "MoveFuture",
  57.                                                                             "${payload.Calendar.FutureStartDate}"
  58.                                                                         ]
  59.                                                                     }
  60.                                                                 },
  61.                                                                 {
  62.                                                                     "type": "Text",
  63.                                                                     "text": null,
  64.                                                                     "color": "black",
  65.                                                                     "fontSize": "16dp",
  66.                                                                     "textAlign": "center",
  67.                                                                     "textAlignVertical": "center",
  68.                                                                     "height": "5vh",
  69.                                                                     "width": "100%"
  70.                                                                 }
  71.                                                             ],
  72.                                                             "height": "10vh"
  73.                                                         }
  74.                                                     ],
  75.                                                     "items": [
  76.                                                         {
  77.                                                             "type": "week",
  78.                                                             "EntryRows": "${data.EntryRows}",
  79.                                                             "DayCells": "${data.DayCells}",
  80.                                                             "DayCellHeight": "${data.DayCellHeight}"
  81.                                                         }
  82.                                                     ],
  83.                                                     "height": "89vh",
  84.                                                     "width": "100%"
  85.                                                 }
  86.                                             ],
  87.                                             "height": "100vh",
  88.                                             "width": "100vw"
  89.                                         }
  90.                                     ],
  91.                                     "height": "100vh",
  92.                                     "width": "100vw"
  93.                                 }
  94.                             ]
  95.                         },
  96.                         "layouts": {
  97.                             "daysHeader": {
  98.                                 "items": [
  99.                                     {
  100.                                         "type": "Container",
  101.                                         "direction": "row",
  102.                                         "items": [
  103.                                             {
  104.                                                 "type": "Frame",
  105.                                                 "borderColor": "gray",
  106.                                                 "borderWidth": 1,
  107.                                                 "item": [
  108.                                                     {
  109.                                                         "type": "Text",
  110.                                                         "text": "Sun",
  111.                                                         "color": "black",
  112.                                                         "fontSize": "5vh",
  113.                                                         "textAlign": "center"
  114.                                                     }
  115.                                                 ],
  116.                                                 "width": "14vw"
  117.                                             },
  118.                                             {
  119.                                                 "type": "Frame",
  120.                                                 "borderColor": "gray",
  121.                                                 "borderWidth": 1,
  122.                                                 "item": [
  123.                                                     {
  124.                                                         "type": "Text",
  125.                                                         "text": "Mon",
  126.                                                         "color": "black",
  127.                                                         "fontSize": "5vh",
  128.                                                         "textAlign": "center"
  129.                                                     }
  130.                                                 ],
  131.                                                 "width": "14vw"
  132.                                             },
  133.                                             {
  134.                                                 "type": "Frame",
  135.                                                 "borderColor": "gray",
  136.                                                 "borderWidth": 1,
  137.                                                 "item": [
  138.                                                     {
  139.                                                         "type": "Text",
  140.                                                         "text": "Tue",
  141.                                                         "color": "black",
  142.                                                         "fontSize": "5vh",
  143.                                                         "textAlign": "center"
  144.                                                     }
  145.                                                 ],
  146.                                                 "width": "14vw"
  147.                                             },
  148.                                             {
  149.                                                 "type": "Frame",
  150.                                                 "borderColor": "gray",
  151.                                                 "borderWidth": 1,
  152.                                                 "item": [
  153.                                                     {
  154.                                                         "type": "Text",
  155.                                                         "text": "Wed",
  156.                                                         "color": "black",
  157.                                                         "fontSize": "5vh",
  158.                                                         "textAlign": "center"
  159.                                                     }
  160.                                                 ],
  161.                                                 "width": "14vw"
  162.                                             },
  163.                                             {
  164.                                                 "type": "Frame",
  165.                                                 "borderColor": "gray",
  166.                                                 "borderWidth": 1,
  167.                                                 "item": [
  168.                                                     {
  169.                                                         "type": "Text",
  170.                                                         "text": "Thu",
  171.                                                         "color": "black",
  172.                                                         "fontSize": "5vh",
  173.                                                         "textAlign": "center"
  174.                                                     }
  175.                                                 ],
  176.                                                 "width": "14vw"
  177.                                             },
  178.                                             {
  179.                                                 "type": "Frame",
  180.                                                 "borderColor": "gray",
  181.                                                 "borderWidth": 1,
  182.                                                 "item": [
  183.                                                     {
  184.                                                         "type": "Text",
  185.                                                         "text": "Fri",
  186.                                                         "color": "black",
  187.                                                         "fontSize": "5vh",
  188.                                                         "textAlign": "center"
  189.                                                     }
  190.                                                 ],
  191.                                                 "width": "14vw"
  192.                                             },
  193.                                             {
  194.                                                 "type": "Frame",
  195.                                                 "borderColor": "gray",
  196.                                                 "borderWidth": 1,
  197.                                                 "item": [
  198.                                                     {
  199.                                                         "type": "Text",
  200.                                                         "text": "Sat",
  201.                                                         "color": "black",
  202.                                                         "fontSize": "5vh",
  203.                                                         "textAlign": "center"
  204.                                                     }
  205.                                                 ],
  206.                                                 "width": "14vw"
  207.                                             }
  208.                                         ],
  209.                                         "id": "DaysHeader",
  210.                                         "height": "6vh"
  211.                                     }
  212.                                 ]
  213.                             },
  214.                             "entryrow": {
  215.                                 "parameters": [
  216.                                     "Entries",
  217.                                     "Top",
  218.                                     "Width"
  219.                                 ],
  220.                                 "items": [
  221.                                     {
  222.                                         "data": "${Entries}",
  223.                                         "top": "${Top}",
  224.                                         "left": "0dp",
  225.                                         "type": "Container",
  226.                                         "direction": "row",
  227.                                         "items": [
  228.                                             {
  229.                                                 "type": "entry",
  230.                                                 "Text": "${data.Text}",
  231.                                                 "TextColour": "${data.TextColour}",
  232.                                                 "BackgroundColour": "${data.BackgroundColour}",
  233.                                                 "Width": "${data.Width}",
  234.                                                 "CalendarId": "${data.CalendarId}",
  235.                                                 "EntryId": "${data.EntryId}"
  236.                                             }
  237.                                         ],
  238.                                         "width": "${Width}",
  239.                                         "position": "absolute"
  240.                                     }
  241.                                 ]
  242.                             },
  243.                             "daycell": {
  244.                                 "parameters": [
  245.                                     "Text",
  246.                                     "DayId"
  247.                                 ],
  248.                                 "items": [
  249.                                     {
  250.                                         "type": "TouchWrapper",
  251.                                         "item": [
  252.                                             {
  253.                                                 "type": "Frame",
  254.                                                 "borderColor": "gray",
  255.                                                 "borderWidth": 1,
  256.                                                 "item": [
  257.                                                     {
  258.                                                         "type": "Text",
  259.                                                         "text": "${Text}",
  260.                                                         "color": "black",
  261.                                                         "fontSize": "12dp",
  262.                                                         "paddingLeft": "5dp",
  263.                                                         "paddingTop": "1dp"
  264.                                                     }
  265.                                                 ],
  266.                                                 "height": "${DayCellHeight}",
  267.                                                 "width": "14vw"
  268.                                             }
  269.                                         ],
  270.                                         "onPress": {
  271.                                             "type": "SendEvent",
  272.                                             "arguments": [
  273.                                                 "DaySelected",
  274.                                                 "${DayId}"
  275.                                             ]
  276.                                         }
  277.                                     }
  278.                                 ]
  279.                             },
  280.                             "week": {
  281.                                 "parameters": [
  282.                                     "EntryRows",
  283.                                     "DayCells",
  284.                                     "DayCellHeight"
  285.                                 ],
  286.                                 "items": [
  287.                                     {
  288.                                         "data": "${EntryRows}",
  289.                                         "type": "Container",
  290.                                         "firstItem": [
  291.                                             {
  292.                                                 "data": "${DayCells}",
  293.                                                 "top": "0dp",
  294.                                                 "left": "0dp",
  295.                                                 "type": "Container",
  296.                                                 "direction": "row",
  297.                                                 "items": [
  298.                                                     {
  299.                                                         "type": "daycell",
  300.                                                         "Text": "${data.Text}",
  301.                                                         "DayId": "${data.DayId}"
  302.                                                     }
  303.                                                 ],
  304.                                                 "height": "100%",
  305.                                                 "width": "100%",
  306.                                                 "position": "absolute"
  307.                                             }
  308.                                         ],
  309.                                         "items": [
  310.                                             {
  311.                                                 "type": "entryrow",
  312.                                                 "Entries": "${data.Entries}",
  313.                                                 "Top": "${data.Top}",
  314.                                                 "Width": "${data.Width}"
  315.                                             }
  316.                                         ],
  317.                                         "height": "${DayCellHeight}",
  318.                                         "width": "100%"
  319.                                     }
  320.                                 ]
  321.                             },
  322.                             "entry": {
  323.                                 "parameters": [
  324.                                     "CalendarId",
  325.                                     "EntryId",
  326.                                     "Width",
  327.                                     "Text",
  328.                                     "BackgroundColour",
  329.                                     "TextColour"
  330.                                 ],
  331.                                 "items": [
  332.                                     {
  333.                                         "type": "TouchWrapper",
  334.                                         "item": [
  335.                                             {
  336.                                                 "type": "Container",
  337.                                                 "when": "${Text == null}",
  338.                                                 "width": "${Width}"
  339.                                             }
  340.                                         ],
  341.                                         "onPress": {
  342.                                             "type": "SendEvent",
  343.                                             "arguments": [
  344.                                                 "DaySelected",
  345.                                                 "${CalendarId}"
  346.                                             ]
  347.                                         },
  348.                                         "when": "${Text == null}"
  349.                                     },
  350.                                     {
  351.                                         "type": "TouchWrapper",
  352.                                         "item": [
  353.                                             {
  354.                                                 "type": "Frame",
  355.                                                 "backgroundColor": "${BackgroundColour}",
  356.                                                 "borderColor": "gray",
  357.                                                 "borderRadius": "10dp",
  358.                                                 "borderWidth": 1,
  359.                                                 "item": [
  360.                                                     {
  361.                                                         "type": "Container",
  362.                                                         "items": [
  363.                                                             {
  364.                                                                 "type": "Text",
  365.                                                                 "text": "${Text}",
  366.                                                                 "color": "${TextColour}",
  367.                                                                 "fontSize": "18dp",
  368.                                                                 "maxLines": 1,
  369.                                                                 "textAlignVertical": "center",
  370.                                                                 "height": "100%"
  371.                                                             }
  372.                                                         ],
  373.                                                         "paddingLeft": "10dp",
  374.                                                         "paddingRight": "10dp",
  375.                                                         "height": "30dp"
  376.                                                     }
  377.                                                 ],
  378.                                                 "when": "${Text}",
  379.                                                 "height": "30dp",
  380.                                                 "width": "${Width}"
  381.                                             }
  382.                                         ],
  383.                                         "onPress": {
  384.                                             "type": "SendEvent",
  385.                                             "arguments": [
  386.                                                 "EntrySelected",
  387.                                                 "${CalendarId}",
  388.                                                 "${EntryId}"
  389.                                             ]
  390.                                         }
  391.                                     }
  392.                                 ]
  393.                             }
  394.                         },
  395.                         "styles": {
  396.                             "Entry": {
  397.                                 "values": {
  398.                                     "borderColor": "gray",
  399.                                     "borderRadius": "10dp",
  400.                                     "borderWidth": "1"
  401.                                 }
  402.                             }
  403.                         }
  404.                     },
  405.                     "datasources": {
  406.                         "Calendar": {
  407.                             "Type": "object",
  408.                             "Weeks": [
  409.                                 {
  410.                                     "DayCellHeight": "240dp",
  411.                                     "DayCells": [
  412.                                         {
  413.                                             "DayId": "20191110",
  414.                                             "Text": "10"
  415.                                         },
  416.                                         {
  417.                                             "DayId": "20191111",
  418.                                             "Text": "11"
  419.                                         },
  420.                                         {
  421.                                             "DayId": "20191112",
  422.                                             "Text": "<u>12</u>"
  423.                                         },
  424.                                         {
  425.                                             "DayId": "20191113",
  426.                                             "Text": "13"
  427.                                         },
  428.                                         {
  429.                                             "DayId": "20191114",
  430.                                             "Text": "14"
  431.                                         },
  432.                                         {
  433.                                             "DayId": "20191115",
  434.                                             "Text": "15"
  435.                                         },
  436.                                         {
  437.                                             "DayId": "20191116",
  438.                                             "Text": "16"
  439.                                         }
  440.                                     ],
  441.                                     "EntryRows": [
  442.                                         {
  443.                                             "Entries": [
  444.                                                 {
  445.                                                     "CalendarId": "20191110",
  446.                                                     "Width": "14vw",
  447.                                                     "DaysDuration": 1
  448.                                                 },
  449.                                                 {
  450.                                                     "CalendarId": "3om2e1h5efpuc91rurskb4usig@group.calendar.google.com",
  451.                                                     "EntryId": "74s32dj5cgqm2bb160sj2b9k69i3cbb26srj4b9hclhj6p3175gjacph68",
  452.                                                     "BackgroundColour": "#A5D3BE",
  453.                                                     "TextColour": "#808080",
  454.                                                     "Text": "Selling poppies",
  455.                                                     "Width": "14vw",
  456.                                                     "DaysDuration": 1
  457.                                                 },
  458.                                                 {
  459.                                                     "CalendarId": "COMBINEDREMINDERS",
  460.                                                     "EntryId": "20191112",
  461.                                                     "BackgroundColour": "#4986e7",
  462.                                                     "TextColour": "#1d1d1d",
  463.                                                     "Text": "3 reminders",
  464.                                                     "Width": "14vw",
  465.                                                     "DaysDuration": 1
  466.                                                 },
  467.                                                 {
  468.                                                     "CalendarId": "family05783722136394199613@group.calendar.google.com",
  469.                                                     "EntryId": "64qj8cj6c8r68b9n6dgmab9kclim4bb16hh3ab9ncoo62eb175gj4o9o68",
  470.                                                     "BackgroundColour": "#fad165",
  471.                                                     "TextColour": "#000000",
  472.                                                     "Text": "Nails",
  473.                                                     "Width": "14vw",
  474.                                                     "DaysDuration": 1
  475.                                                 },
  476.                                                 {
  477.                                                     "CalendarId": "family05783722136394199613@group.calendar.google.com",
  478.                                                     "EntryId": "cgpj6cr175gj8b9h6go3cb9kcko3eb9oc9i3ab9o6os3ep1icgo66dr36g",
  479.                                                     "BackgroundColour": "#fad165",
  480.                                                     "TextColour": "#000000",
  481.                                                     "Text": "Lucy pastoral view day",
  482.                                                     "Width": "14vw",
  483.                                                     "DaysDuration": 1
  484.                                                 },
  485.                                                 {
  486.                                                     "CalendarId": "3om2e1h5efpuc91rurskb4usig@group.calendar.google.com",
  487.                                                     "EntryId": "50rpqljrini7vol87c47bmjctv",
  488.                                                     "BackgroundColour": "#16a765",
  489.                                                     "TextColour": "#000000",
  490.                                                     "Text": "Children in need",
  491.                                                     "Width": "14vw",
  492.                                                     "DaysDuration": 1
  493.                                                 },
  494.                                                 {
  495.                                                     "CalendarId": "georgeduckett@gmail.com",
  496.                                                     "EntryId": "6lhjed9n6th3gb9hcor38b9k6kpjgbb260sj4b9kchij2eb465j64ohnco_20191116T083000Z",
  497.                                                     "BackgroundColour": "#9fe1e7",
  498.                                                     "TextColour": "#000000",
  499.                                                     "Text": "Swimming",
  500.                                                     "Width": "14vw",
  501.                                                     "DaysDuration": 1
  502.                                                 }
  503.                                             ],
  504.                                             "Top": "25dp",
  505.                                             "Width": "98vw"
  506.                                         },
  507.                                         {
  508.                                             "Entries": [
  509.                                                 {
  510.                                                     "CalendarId": "20191110",
  511.                                                     "Width": "14vw",
  512.                                                     "DaysDuration": 1
  513.                                                 },
  514.                                                 {
  515.                                                     "CalendarId": "20191111",
  516.                                                     "Width": "14vw",
  517.                                                     "DaysDuration": 1
  518.                                                 },
  519.                                                 {
  520.                                                     "CalendarId": "20191112",
  521.                                                     "Width": "14vw",
  522.                                                     "DaysDuration": 1
  523.                                                 },
  524.                                                 {
  525.                                                     "CalendarId": "family05783722136394199613@group.calendar.google.com",
  526.                                                     "EntryId": "60pm2p31c8q34bb264r64b9kcos30b9p70qjebb66or32e9k70q66o9g74",
  527.                                                     "BackgroundColour": "#fad165",
  528.                                                     "TextColour": "#000000",
  529.                                                     "Text": "Collection of skateboard",
  530.                                                     "Width": "14vw",
  531.                                                     "DaysDuration": 1
  532.                                                 },
  533.                                                 {
  534.                                                     "CalendarId": "3om2e1h5efpuc91rurskb4usig@group.calendar.google.com",
  535.                                                     "EntryId": "542vib5m5fs099lt3lgtfstpc1",
  536.                                                     "BackgroundColour": "#16a765",
  537.                                                     "TextColour": "#000000",
  538.                                                     "Text": "Odd sock day ๐Ÿงฆ - anti bullying",
  539.                                                     "Width": "14vw",
  540.                                                     "DaysDuration": 1
  541.                                                 },
  542.                                                 {
  543.                                                     "CalendarId": "3om2e1h5efpuc91rurskb4usig@group.calendar.google.com",
  544.                                                     "EntryId": "c8qjiohg70qj2b9l64ojeb9kcdi34b9p6phm2bb2clim4dhncgq3idj3c4",
  545.                                                     "BackgroundColour": "#16a765",
  546.                                                     "TextColour": "#000000",
  547.                                                     "Text": "Pathway of pennies",
  548.                                                     "Width": "14vw",
  549.                                                     "DaysDuration": 1
  550.                                                 },
  551.                                                 {
  552.                                                     "CalendarId": "family05783722136394199613@group.calendar.google.com",
  553.                                                     "EntryId": "ga8pl6f9kt8vjic2uahpob12m5_20191116T130000Z",
  554.                                                     "BackgroundColour": "#fad165",
  555.                                                     "TextColour": "#000000",
  556.                                                     "Text": "Ballet",
  557.                                                     "Width": "14vw",
  558.                                                     "DaysDuration": 1
  559.                                                 }
  560.                                             ],
  561.                                             "Top": "60dp",
  562.                                             "Width": "98vw"
  563.                                         },
  564.                                         {
  565.                                             "Entries": [
  566.                                                 {
  567.                                                     "CalendarId": "20191110",
  568.                                                     "Width": "14vw",
  569.                                                     "DaysDuration": 1
  570.                                                 },
  571.                                                 {
  572.                                                     "CalendarId": "20191111",
  573.                                                     "Width": "14vw",
  574.                                                     "DaysDuration": 1
  575.                                                 },
  576.                                                 {
  577.                                                     "CalendarId": "20191112",
  578.                                                     "Width": "14vw",
  579.                                                     "DaysDuration": 1
  580.                                                 },
  581.                                                 {
  582.                                                     "CalendarId": "family05783722136394199613@group.calendar.google.com",
  583.                                                     "EntryId": "c9j3co9l6tgm6b9g61h36b9k61ij6bb2ccrmcb9n6cqm4p9g6dhjcphj6c",
  584.                                                     "BackgroundColour": "#fad165",
  585.                                                     "TextColour": "#000000",
  586.                                                     "Text": "Groomer",
  587.                                                     "Width": "14vw",
  588.                                                     "DaysDuration": 1
  589.                                                 },
  590.                                                 {
  591.                                                     "CalendarId": "3om2e1h5efpuc91rurskb4usig@group.calendar.google.com",
  592.                                                     "EntryId": "61gj8pb66kq3gbb4c4om4b9kcdgm6bb2cgsj8b9p75j6ap9pcdj32oj16o",
  593.                                                     "BackgroundColour": "#16a765",
  594.                                                     "TextColour": "#000000",
  595.                                                     "Text": "School 'happy bag' donations",
  596.                                                     "Width": "14vw",
  597.                                                     "DaysDuration": 1
  598.                                                 }
  599.                                             ],
  600.                                             "Top": "95dp",
  601.                                             "Width": "70vw"
  602.                                         },
  603.                                         {
  604.                                             "Entries": [
  605.                                                 {
  606.                                                     "CalendarId": "20191110",
  607.                                                     "Width": "14vw",
  608.                                                     "DaysDuration": 1
  609.                                                 },
  610.                                                 {
  611.                                                     "CalendarId": "20191111",
  612.                                                     "Width": "14vw",
  613.                                                     "DaysDuration": 1
  614.                                                 },
  615.                                                 {
  616.                                                     "CalendarId": "20191112",
  617.                                                     "Width": "14vw",
  618.                                                     "DaysDuration": 1
  619.                                                 },
  620.                                                 {
  621.                                                     "CalendarId": "family05783722136394199613@group.calendar.google.com",
  622.                                                     "EntryId": "6th34o9m6sr62b9j6dh32b9k74o6cb9p71j3gb9g6ti38chkcks30pj470_20191113T154500Z",
  623.                                                     "BackgroundColour": "#fad165",
  624.                                                     "TextColour": "#000000",
  625.                                                     "Text": "Ballet",
  626.                                                     "Width": "14vw",
  627.                                                     "DaysDuration": 1
  628.                                                 },
  629.                                                 {
  630.                                                     "CalendarId": "georgeduckett@gmail.com",
  631.                                                     "EntryId": "cgq3cdj2c5h3ibb1ccq68b9k69i38b9p74s3cb9k70q32d336ti66e1n68_20191114T151500Z",
  632.                                                     "BackgroundColour": "#9fe1e7",
  633.                                                     "TextColour": "#000000",
  634.                                                     "Text": "Fetch Eva from School",
  635.                                                     "Width": "14vw",
  636.                                                     "DaysDuration": 1
  637.                                                 }
  638.                                             ],
  639.                                             "Top": "130dp",
  640.                                             "Width": "70vw"
  641.                                         },
  642.                                         {
  643.                                             "Entries": [
  644.                                                 {
  645.                                                     "CalendarId": "20191110",
  646.                                                     "Width": "14vw",
  647.                                                     "DaysDuration": 1
  648.                                                 },
  649.                                                 {
  650.                                                     "CalendarId": "20191111",
  651.                                                     "Width": "14vw",
  652.                                                     "DaysDuration": 1
  653.                                                 },
  654.                                                 {
  655.                                                     "CalendarId": "20191112",
  656.                                                     "Width": "14vw",
  657.                                                     "DaysDuration": 1
  658.                                                 },
  659.                                                 {
  660.                                                     "CalendarId": "family05783722136394199613@group.calendar.google.com",
  661.                                                     "EntryId": "7pecr0l7clsorg32nufi485l5l_20191113T180000Z",
  662.                                                     "BackgroundColour": "#fad165",
  663.                                                     "TextColour": "#000000",
  664.                                                     "Text": "Hip Hop",
  665.                                                     "Width": "14vw",
  666.                                                     "DaysDuration": 1
  667.                                                 },
  668.                                                 {
  669.                                                     "CalendarId": "georgeduckett@gmail.com",
  670.                                                     "EntryId": "4licrsc8o86oc5as305o2ntrsf",
  671.                                                     "BackgroundColour": "#9fe1e7",
  672.                                                     "TextColour": "#000000",
  673.                                                     "Text": "Check out Lidl Ski sale",
  674.                                                     "Width": "14vw",
  675.                                                     "DaysDuration": 1
  676.                                                 }
  677.                                             ],
  678.                                             "Top": "165dp",
  679.                                             "Width": "70vw"
  680.                                         },
  681.                                         {
  682.                                             "Entries": [
  683.                                                 {
  684.                                                     "CalendarId": "20191110",
  685.                                                     "Width": "14vw",
  686.                                                     "DaysDuration": 1
  687.                                                 },
  688.                                                 {
  689.                                                     "CalendarId": "20191111",
  690.                                                     "Width": "14vw",
  691.                                                     "DaysDuration": 1
  692.                                                 },
  693.                                                 {
  694.                                                     "CalendarId": "20191112",
  695.                                                     "Width": "14vw",
  696.                                                     "DaysDuration": 1
  697.                                                 },
  698.                                                 {
  699.                                                     "CalendarId": "20191113",
  700.                                                     "Width": "14vw",
  701.                                                     "DaysDuration": 1
  702.                                                 },
  703.                                                 {
  704.                                                     "CalendarId": "family05783722136394199613@group.calendar.google.com",
  705.                                                     "EntryId": "0qnm6uh8gpklmj0hik5lqnhqnr_20191114T160000Z",
  706.                                                     "BackgroundColour": "#fad165",
  707.                                                     "TextColour": "#000000",
  708.                                                     "Text": "Eva Gymnastics",
  709.                                                     "Width": "14vw",
  710.                                                     "DaysDuration": 1
  711.                                                 }
  712.                                             ],
  713.                                             "Top": "200dp",
  714.                                             "Width": "70vw"
  715.                                         }
  716.                                     ]
  717.                                 },
  718.                                 {
  719.                                     "DayCellHeight": "170dp",
  720.                                     "DayCells": [
  721.                                         {
  722.                                             "DayId": "20191117",
  723.                                             "Text": "17"
  724.                                         },
  725.                                         {
  726.                                             "DayId": "20191118",
  727.                                             "Text": "18"
  728.                                         },
  729.                                         {
  730.                                             "DayId": "20191119",
  731.                                             "Text": "19"
  732.                                         },
  733.                                         {
  734.                                             "DayId": "20191120",
  735.                                             "Text": "20"
  736.                                         },
  737.                                         {
  738.                                             "DayId": "20191121",
  739.                                             "Text": "21"
  740.                                         },
  741.                                         {
  742.                                             "DayId": "20191122",
  743.                                             "Text": "22"
  744.                                         },
  745.                                         {
  746.                                             "DayId": "20191123",
  747.                                             "Text": "23"
  748.                                         }
  749.                                     ],
  750.                                     "EntryRows": [
  751.                                         {
  752.                                             "Entries": [
  753.                                                 {
  754.                                                     "CalendarId": "20191117",
  755.                                                     "Width": "14vw",
  756.                                                     "DaysDuration": 1
  757.                                                 },
  758.                                                 {
  759.                                                     "CalendarId": "20191118",
  760.                                                     "Width": "14vw",
  761.                                                     "DaysDuration": 1
  762.                                                 },
  763.                                                 {
  764.                                                     "CalendarId": "georgeduckett@gmail.com",
  765.                                                     "EntryId": "6guuf74rse128k3484pa59823h_20191119",
  766.                                                     "BackgroundColour": "#9fe1e7",
  767.                                                     "TextColour": "#000000",
  768.                                                     "Text": "Take water meter reading (serial # 14M035114)",
  769.                                                     "Width": "14vw",
  770.                                                     "DaysDuration": 1
  771.                                                 },
  772.                                                 {
  773.                                                     "CalendarId": "family05783722136394199613@group.calendar.google.com",
  774.                                                     "EntryId": "6sp32e9kcgqjcbb165h64b9kchh3gbb165gj4bb16pgmcpb16dijap9icg",
  775.                                                     "BackgroundColour": "#fad165",
  776.                                                     "TextColour": "#000000",
  777.                                                     "Text": "Governor SEN meeting",
  778.                                                     "Width": "14vw",
  779.                                                     "DaysDuration": 1
  780.                                                 },
  781.                                                 {
  782.                                                     "CalendarId": "georgeduckett@gmail.com",
  783.                                                     "EntryId": "cgq3cdj2c5h3ibb1ccq68b9k69i38b9p74s3cb9k70q32d336ti66e1n68_20191121T151500Z",
  784.                                                     "BackgroundColour": "#9fe1e7",
  785.                                                     "TextColour": "#000000",
  786.                                                     "Text": "Fetch Eva from School",
  787.                                                     "Width": "14vw",
  788.                                                     "DaysDuration": 1
  789.                                                 },
  790.                                                 {
  791.                                                     "CalendarId": "20191122",
  792.                                                     "Width": "14vw",
  793.                                                     "DaysDuration": 1
  794.                                                 },
  795.                                                 {
  796.                                                     "CalendarId": "georgeduckett@gmail.com",
  797.                                                     "EntryId": "6lhjed9n6th3gb9hcor38b9k6kpjgbb260sj4b9kchij2eb465j64ohnco_20191123T083000Z",
  798.                                                     "BackgroundColour": "#9fe1e7",
  799.                                                     "TextColour": "#000000",
  800.                                                     "Text": "Swimming",
  801.                                                     "Width": "14vw",
  802.                                                     "DaysDuration": 1
  803.                                                 }
  804.                                             ],
  805.                                             "Top": "25dp",
  806.                                             "Width": "98vw"
  807.                                         },
  808.                                         {
  809.                                             "Entries": [
  810.                                                 {
  811.                                                     "CalendarId": "20191117",
  812.                                                     "Width": "14vw",
  813.                                                     "DaysDuration": 1
  814.                                                 },
  815.                                                 {
  816.                                                     "CalendarId": "20191118",
  817.                                                     "Width": "14vw",
  818.                                                     "DaysDuration": 1
  819.                                                 },
  820.                                                 {
  821.                                                     "CalendarId": "family05783722136394199613@group.calendar.google.com",
  822.                                                     "EntryId": "8bmfbdr2j9env9f5ujlrbj1u50_20191119T170000Z",
  823.                                                     "BackgroundColour": "#fad165",
  824.                                                     "TextColour": "#000000",
  825.                                                     "Text": "Cassie spot on",
  826.                                                     "Width": "14vw",
  827.                                                     "DaysDuration": 1
  828.                                                 },
  829.                                                 {
  830.                                                     "CalendarId": "family05783722136394199613@group.calendar.google.com",
  831.                                                     "EntryId": "6krjacb471ij6bb468o3cb9kccrmab9pcoqj8bb664oj0phiccoj2o9hcc",
  832.                                                     "BackgroundColour": "#fad165",
  833.                                                     "TextColour": "#000000",
  834.                                                     "Text": "Governor body meeting ",
  835.                                                     "Width": "14vw",
  836.                                                     "DaysDuration": 1
  837.                                                 },
  838.                                                 {
  839.                                                     "CalendarId": "family05783722136394199613@group.calendar.google.com",
  840.                                                     "EntryId": "0qnm6uh8gpklmj0hik5lqnhqnr_20191121T160000Z",
  841.                                                     "BackgroundColour": "#fad165",
  842.                                                     "TextColour": "#000000",
  843.                                                     "Text": "Eva Gymnastics",
  844.                                                     "Width": "14vw",
  845.                                                     "DaysDuration": 1
  846.                                                 },
  847.                                                 {
  848.                                                     "CalendarId": "20191122",
  849.                                                     "Width": "14vw",
  850.                                                     "DaysDuration": 1
  851.                                                 },
  852.                                                 {
  853.                                                     "CalendarId": "family05783722136394199613@group.calendar.google.com",
  854.                                                     "EntryId": "ga8pl6f9kt8vjic2uahpob12m5_20191123T130000Z",
  855.                                                     "BackgroundColour": "#fad165",
  856.                                                     "TextColour": "#000000",
  857.                                                     "Text": "Ballet",
  858.                                                     "Width": "14vw",
  859.                                                     "DaysDuration": 1
  860.                                                 }
  861.                                             ],
  862.                                             "Top": "60dp",
  863.                                             "Width": "98vw"
  864.                                         },
  865.                                         {
  866.                                             "Entries": [
  867.                                                 {
  868.                                                     "CalendarId": "20191117",
  869.                                                     "Width": "14vw",
  870.                                                     "DaysDuration": 1
  871.                                                 },
  872.                                                 {
  873.                                                     "CalendarId": "20191118",
  874.                                                     "Width": "14vw",
  875.                                                     "DaysDuration": 1
  876.                                                 },
  877.                                                 {
  878.                                                     "CalendarId": "20191119",
  879.                                                     "Width": "14vw",
  880.                                                     "DaysDuration": 1
  881.                                                 },
  882.                                                 {
  883.                                                     "CalendarId": "family05783722136394199613@group.calendar.google.com",
  884.                                                     "EntryId": "6th34o9m6sr62b9j6dh32b9k74o6cb9p71j3gb9g6ti38chkcks30pj470_20191120T154500Z",
  885.                                                     "BackgroundColour": "#fad165",
  886.                                                     "TextColour": "#000000",
  887.                                                     "Text": "Ballet",
  888.                                                     "Width": "14vw",
  889.                                                     "DaysDuration": 1
  890.                                                 }
  891.                                             ],
  892.                                             "Top": "95dp",
  893.                                             "Width": "56vw"
  894.                                         },
  895.                                         {
  896.                                             "Entries": [
  897.                                                 {
  898.                                                     "CalendarId": "20191117",
  899.                                                     "Width": "14vw",
  900.                                                     "DaysDuration": 1
  901.                                                 },
  902.                                                 {
  903.                                                     "CalendarId": "20191118",
  904.                                                     "Width": "14vw",
  905.                                                     "DaysDuration": 1
  906.                                                 },
  907.                                                 {
  908.                                                     "CalendarId": "20191119",
  909.                                                     "Width": "14vw",
  910.                                                     "DaysDuration": 1
  911.                                                 },
  912.                                                 {
  913.                                                     "CalendarId": "family05783722136394199613@group.calendar.google.com",
  914.                                                     "EntryId": "7pecr0l7clsorg32nufi485l5l_20191120T180000Z",
  915.                                                     "BackgroundColour": "#fad165",
  916.                                                     "TextColour": "#000000",
  917.                                                     "Text": "Hip Hop",
  918.                                                     "Width": "14vw",
  919.                                                     "DaysDuration": 1
  920.                                                 }
  921.                                             ],
  922.                                             "Top": "130dp",
  923.                                             "Width": "56vw"
  924.                                         }
  925.                                     ]
  926.                                 }
  927.                             ],
  928.                             "FutureStartDate": "20191124"
  929.                         }
  930.                     }
  931.                 },
  932.                 {
  933.                     "type": "Dialog.UpdateDynamicEntities",
  934.                     "updateBehavior": "REPLACE",
  935.                     "types": [
  936.                         {
  937.                             "name": "CalendarEntryName",
  938.                             "values": [
  939.                                 {
  940.                                     "id": "Event|2019-11-11|74s32dj5cgqm2bb160sj2b9k69i3cbb26srj4b9hclhj6p3175gjacph68",
  941.                                     "name": {
  942.                                         "value": "selling poppies"
  943.                                     }
  944.                                 },
  945.                                 {
  946.                                     "id": "Event|2019-11-13|64qj8cj6c8r68b9n6dgmab9kclim4bb16hh3ab9ncoo62eb175gj4o9o68",
  947.                                     "name": {
  948.                                         "value": "nails"
  949.                                     }
  950.                                 },
  951.                                 {
  952.                                     "id": "Event|2019-11-13|60pm2p31c8q34bb264r64b9kcos30b9p70qjebb66or32e9k70q66o9g74",
  953.                                     "name": {
  954.                                         "value": "collection of skateboard"
  955.                                     }
  956.                                 },
  957.                                 {
  958.                                     "id": "Event|2019-11-13|c9j3co9l6tgm6b9g61h36b9k61ij6bb2ccrmcb9n6cqm4p9g6dhjcphj6c",
  959.                                     "name": {
  960.                                         "value": "groomer"
  961.                                     }
  962.                                 },
  963.                                 {
  964.                                     "id": "Event|2019-11-13|6th34o9m6sr62b9j6dh32b9k74o6cb9p71j3gb9g6ti38chkcks30pj470_R20191009T144500",
  965.                                     "name": {
  966.                                         "value": "ballet"
  967.                                     }
  968.                                 },
  969.                                 {
  970.                                     "id": "Event|2019-11-13|7pecr0l7clsorg32nufi485l5l",
  971.                                     "name": {
  972.                                         "value": "hip hop"
  973.                                     }
  974.                                 },
  975.                                 {
  976.                                     "id": "Event|2019-11-14|cgpj6cr175gj8b9h6go3cb9kcko3eb9oc9i3ab9o6os3ep1icgo66dr36g",
  977.                                     "name": {
  978.                                         "value": "lucy pastoral view day"
  979.                                     }
  980.                                 },
  981.                                 {
  982.                                     "id": "Event|2019-11-14|542vib5m5fs099lt3lgtfstpc1",
  983.                                     "name": {
  984.                                         "value": "odd sock day ๐Ÿงฆ - anti bullying"
  985.                                     }
  986.                                 },
  987.                                 {
  988.                                     "id": "Event|2019-11-14|61gj8pb66kq3gbb4c4om4b9kcdgm6bb2cgsj8b9p75j6ap9pcdj32oj16o",
  989.                                     "name": {
  990.                                         "value": "school 'happy bag' donations"
  991.                                     }
  992.                                 },
  993.                                 {
  994.                                     "id": "Event|2019-11-14|cgq3cdj2c5h3ibb1ccq68b9k69i38b9p74s3cb9k70q32d336ti66e1n68",
  995.                                     "name": {
  996.                                         "value": "fetch eva from school"
  997.                                     }
  998.                                 },
  999.                                 {
  1000.                                     "id": "Event|2019-11-14|4licrsc8o86oc5as305o2ntrsf",
  1001.                                     "name": {
  1002.                                         "value": "check out lidl ski sale"
  1003.                                     }
  1004.                                 },
  1005.                                 {
  1006.                                     "id": "Event|2019-11-14|0qnm6uh8gpklmj0hik5lqnhqnr",
  1007.                                     "name": {
  1008.                                         "value": "eva gymnastics"
  1009.                                     }
  1010.                                 },
  1011.                                 {
  1012.                                     "id": "Event|2019-11-15|50rpqljrini7vol87c47bmjctv",
  1013.                                     "name": {
  1014.                                         "value": "children in need"
  1015.                                     }
  1016.                                 },
  1017.                                 {
  1018.                                     "id": "Event|2019-11-15|c8qjiohg70qj2b9l64ojeb9kcdi34b9p6phm2bb2clim4dhncgq3idj3c4",
  1019.                                     "name": {
  1020.                                         "value": "pathway of pennies"
  1021.                                     }
  1022.                                 },
  1023.                                 {
  1024.                                     "id": "Event|2019-11-16|6lhjed9n6th3gb9hcor38b9k6kpjgbb260sj4b9kchij2eb465j64ohnco",
  1025.                                     "name": {
  1026.                                         "value": "swimming"
  1027.                                     }
  1028.                                 },
  1029.                                 {
  1030.                                     "id": "Event|2019-11-19|6guuf74rse128k3484pa59823h",
  1031.                                     "name": {
  1032.                                         "value": "take water meter reading (serial # 14m035114)"
  1033.                                     }
  1034.                                 },
  1035.                                 {
  1036.                                     "id": "Event|2019-11-19|8bmfbdr2j9env9f5ujlrbj1u50",
  1037.                                     "name": {
  1038.                                         "value": "cassie spot on"
  1039.                                     }
  1040.                                 },
  1041.                                 {
  1042.                                     "id": "Event|2019-11-20|6sp32e9kcgqjcbb165h64b9kchh3gbb165gj4bb16pgmcpb16dijap9icg",
  1043.                                     "name": {
  1044.                                         "value": "governor sen meeting"
  1045.                                     }
  1046.                                 },
  1047.                                 {
  1048.                                     "id": "Event|2019-11-20|6krjacb471ij6bb468o3cb9kccrmab9pcoqj8bb664oj0phiccoj2o9hcc",
  1049.                                     "name": {
  1050.                                         "value": "governor body meeting"
  1051.                                     }
  1052.                                 },
  1053.                                 {
  1054.                                     "id": "Event|2019-11-24|ckq62ohmccrmab9j6hh6ab9kcorjib9o6dij4b9o68sjep1m6ti3ip9l6g",
  1055.                                     "name": {
  1056.                                         "value": "santa @polhill ๐ŸŽ…"
  1057.                                     }
  1058.                                 },
  1059.                                 {
  1060.                                     "id": "Event|2019-11-25|u9a7o57rb9eseo8ep3jpiqb2ne",
  1061.                                     "name": {
  1062.                                         "value": "g support phone"
  1063.                                     }
  1064.                                 },
  1065.                                 {
  1066.                                     "id": "Event|2019-11-25|4c7ghvcur7dcc4t1g2gpujosk9",
  1067.                                     "name": {
  1068.                                         "value": "george half day"
  1069.                                     }
  1070.                                 },
  1071.                                 {
  1072.                                     "id": "Event|2019-11-25|0jgmfu3p6l9njvi51rip481p2d",
  1073.                                     "name": {
  1074.                                         "value": "eva ballet exam"
  1075.                                     }
  1076.                                 },
  1077.                                 {
  1078.                                     "id": "Event|2019-11-25|6di32phk64rj6b9i68ojcb9kcoq38b9pc8pmcb9j6grmad1kc8pm8cj670",
  1079.                                     "name": {
  1080.                                         "value": "monster phonics training"
  1081.                                     }
  1082.                                 },
  1083.                                 {
  1084.                                     "id": "Event|2019-11-25|c4p6cc1g6ksm4bb56tj3gb9k74ojgbb16com2b9p6somccr56dhjgchpc4",
  1085.                                     "name": {
  1086.                                         "value": "governing sen training"
  1087.                                     }
  1088.                                 },
  1089.                                 {
  1090.                                     "id": "Event|2019-11-27|6cdkopu52a535r8otrjbd8m072",
  1091.                                     "name": {
  1092.                                         "value": "parent's evening"
  1093.                                     }
  1094.                                 },
  1095.                                 {
  1096.                                     "id": "Event|2019-11-27|cdgjicpg71i3ib9h70rj2b9k60oj0bb2c8rjgbb46ph3aeb26dgj4eb16k",
  1097.                                     "name": {
  1098.                                         "value": "gas allience gas certificate"
  1099.                                     }
  1100.                                 },
  1101.                                 {
  1102.                                     "id": "Event|2019-11-27|6kq62cj6c4p3cbb361h3gb9k70p32bb26th34bb4c4sj6d9mccq66dpo6k",
  1103.                                     "name": {
  1104.                                         "value": "cassie vet checkup blood test"
  1105.                                     }
  1106.                                 },
  1107.                                 {
  1108.                                     "id": "Event|2019-11-28|p9p8a81e4sj6uts6unbt1qendc",
  1109.                                     "name": {
  1110.                                         "value": "corey's birthday"
  1111.                                     }
  1112.                                 },
  1113.                                 {
  1114.                                     "id": "Event|2019-11-29|173rvnkfn9sb2nd9ies2iubtap",
  1115.                                     "name": {
  1116.                                         "value": "non-uniform day (ptfa)"
  1117.                                     }
  1118.                                 },
  1119.                                 {
  1120.                                     "id": "Event|2019-11-30|6tgm2oj170pj2b9l68qm6b9k6lj68bb170q6abb574pjccpg74s66d9g68",
  1121.                                     "name": {
  1122.                                         "value": "bradfields christmas fayre"
  1123.                                     }
  1124.                                 },
  1125.                                 {
  1126.                                     "id": "Event|2019-12-01|6tj36oppcoq64b9m64o3eb9kccsjgb9p6thm2b9hc5i62pj16hhm6p3468",
  1127.                                     "name": {
  1128.                                         "value": "holy redeemer advent workshop"
  1129.                                     }
  1130.                                 },
  1131.                                 {
  1132.                                     "id": "Event|2019-12-03|1r3doiu7dug463tg40ogocmflm",
  1133.                                     "name": {
  1134.                                         "value": "nativity to y1 & koala class parents"
  1135.                                     }
  1136.                                 },
  1137.                                 {
  1138.                                     "id": "Event|2019-12-04|6or64dhp71i3ib9lcgp3cb9kccp3ibb1cgo68b9icos64ob2c5h3echp6o",
  1139.                                     "name": {
  1140.                                         "value": "dentist"
  1141.                                     }
  1142.                                 },
  1143.                                 {
  1144.                                     "id": "Event|2019-12-09|08n632i9hgv2vcdlejokjd8fv8",
  1145.                                     "name": {
  1146.                                         "value": "childrens' carol service"
  1147.                                     }
  1148.                                 },
  1149.                                 {
  1150.                                     "id": "Event|2019-12-12|0d84u2mv4417ult7o0ku7t3or5",
  1151.                                     "name": {
  1152.                                         "value": "carol service - whole school and y6 parents only."
  1153.                                     }
  1154.                                 },
  1155.                                 {
  1156.                                     "id": "Event|2019-12-12|cpj30d9kcpijib9j6kr32b9k6dijgbb26pi6abb16ti36cr66gsj8or274",
  1157.                                     "name": {
  1158.                                         "value": "george work christmas party"
  1159.                                     }
  1160.                                 },
  1161.                                 {
  1162.                                     "id": "Event|2019-12-13|6cs34cj161hm8b9l74s3ab9kcdhjibb1cooj8b9j74r3gd1hc9hjeophcg",
  1163.                                     "name": {
  1164.                                         "value": "lucy christmas jumper day"
  1165.                                     }
  1166.                                 },
  1167.                                 {
  1168.                                     "id": "Event|2019-12-13|1uinrc139h8c7stis54itk7nlj",
  1169.                                     "name": {
  1170.                                         "value": "christmas carols to all waiting parents."
  1171.                                     }
  1172.                                 },
  1173.                                 {
  1174.                                     "id": "Event|2019-12-14|65i32e1mc5j30b9gcks62b9k6op3ab9oc9h64bb269i3eopic5ij2pj46k",
  1175.                                     "name": {
  1176.                                         "value": "lucy christmas work party"
  1177.                                     }
  1178.                                 },
  1179.                                 {
  1180.                                     "id": "Event|2019-12-16|77nlh7418hn5mf2ebkrq454hfq",
  1181.                                     "name": {
  1182.                                         "value": "whole school winter theme day"
  1183.                                     }
  1184.                                 },
  1185.                                 {
  1186.                                     "id": "Event|2019-12-17|0apn2683vilrc0iar90h59p944",
  1187.                                     "name": {
  1188.                                         "value": "class christmas parties ๐ŸŽ„"
  1189.                                     }
  1190.                                 },
  1191.                                 {
  1192.                                     "id": "Event|2019-12-18|3shkk0sghoampnr9d9s43k67es",
  1193.                                     "name": {
  1194.                                         "value": "last day of term"
  1195.                                     }
  1196.                                 },
  1197.                                 {
  1198.                                     "id": "Event|2019-12-19|ccojiob56sqmab9ocgqj6b9k6hgmabb26lhm6bb464q66pj66lim2cpp60",
  1199.                                     "name": {
  1200.                                         "value": "holiday"
  1201.                                     }
  1202.                                 },
  1203.                                 {
  1204.                                     "id": "Event|2019-12-19|rb9k6tfc6pcp6afrfkn7sdbd7g",
  1205.                                     "name": {
  1206.                                         "value": "cassie tablet"
  1207.                                     }
  1208.                                 },
  1209.                                 {
  1210.                                     "id": "Event|2019-12-20|c5gj6cr1c4r30bb36lh3gb9k61gj2b9pc9gjeb9g6lij8p9mclhm8ob274",
  1211.                                     "name": {
  1212.                                         "value": "lucy last day finish at 1pm"
  1213.                                     }
  1214.                                 },
  1215.                                 {
  1216.                                     "id": "Event|2019-12-21|6sp6adpm74r64b9mcoqj6b9k6kojgbb26him6b9o6pgm8dhh6gqm6c9n68",
  1217.                                     "name": {
  1218.                                         "value": "lucy holiday"
  1219.                                     }
  1220.                                 },
  1221.                                 {
  1222.                                     "id": "Event|2019-12-24|0iqbnnkem5sukf0n7v75l69g23",
  1223.                                     "name": {
  1224.                                         "value": "g finish work"
  1225.                                     }
  1226.                                 },
  1227.                                 {
  1228.                                     "id": "Event|2019-12-25|6da66cuvl7cuacge3aif5i8t21",
  1229.                                     "name": {
  1230.                                         "value": "g off work"
  1231.                                     }
  1232.                                 },
  1233.                                 {
  1234.                                     "id": "Event|2019-12-25|_cdgjcob66sq3adj260o3ge31c9gm8eb16osmceb66op30phlc5hiqdhj81jmutheellg",
  1235.                                     "name": {
  1236.                                         "value": "christmas day"
  1237.                                     }
  1238.                                 },
  1239.                                 {
  1240.                                     "id": "Event|2019-12-26|_cdgjcob66sq3adj260o3ge31c9gm8eb16osmceb66op30phlc5hiqdhk81jmutheellg",
  1241.                                     "name": {
  1242.                                         "value": "boxing day"
  1243.                                     }
  1244.                                 },
  1245.                                 {
  1246.                                     "id": "Event|2020-01-01|_cdgjcob66sq3adj260o3ge31c9gm8eb16osmceb66op30phlc5hiqdhl81jmutheellg",
  1247.                                     "name": {
  1248.                                         "value": "new yearโ€™s day"
  1249.                                     }
  1250.                                 },
  1251.                                 {
  1252.                                     "id": "Event|2020-01-02|chgmccb1ccqm2b9n6cp38b9kcosj8bb1coq68b9n6lh64e9ocgrjiohm6c",
  1253.                                     "name": {
  1254.                                         "value": "lucy inset"
  1255.                                     }
  1256.                                 },
  1257.                                 {
  1258.                                     "id": "Event|2020-01-06|6hi3ed9iclj6ab9o64q38b9k6hi6abb165j36b9mcooj0cr1coq64cj56s",
  1259.                                     "name": {
  1260.                                         "value": "inset no school"
  1261.                                     }
  1262.                                 },
  1263.                                 {
  1264.                                     "id": "Event|2020-01-07|1493r8eli748327e2asqgc3puo",
  1265.                                     "name": {
  1266.                                         "value": "first day of term"
  1267.                                     }
  1268.                                 },
  1269.                                 {
  1270.                                     "id": "Event|2020-01-14|65gj8pb4c4r6cb9o6spm6b9k6gojcbb1c5gm8bb26kp32p1o6ks66ohi6s",
  1271.                                     "name": {
  1272.                                         "value": "lucy parent meeting day"
  1273.                                     }
  1274.                                 },
  1275.                                 {
  1276.                                     "id": "Event|2020-01-14|23gvq3o7urglne9tipk1mttgi0",
  1277.                                     "name": {
  1278.                                         "value": "pantomime"
  1279.                                     }
  1280.                                 }
  1281.                             ]
  1282.                         }
  1283.                     ]
  1284.                 }
  1285.             ],
  1286.             "shouldEndSession": false,
  1287.             "type": "_DEFAULT_RESPONSE"
  1288.         },
  1289.         "sessionAttributes": {
  1290.             "StartDate": "10/11/19 12:00:00 am",
  1291.             "ExampleEntryName": "selling poppies",
  1292.             "NextDate": "24/11/19 12:00:00 am",
  1293.             "PrimaryTimeZone": "Europe/London"
  1294.         }
  1295.     }
  1296. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement