Giter VIP home page Giter VIP logo

Comments (2)

JohanObrink avatar JohanObrink commented on June 12, 2024

@andersjaensson Skulle du kunna hjälpa oss lite med den här? Vi skulle behöva veta hur datat ser ut som skickas från Skolplattformen.

Om du öppnar nätverkstabben i Chrome inspectorn och går till startsidan, vad står det då i anropet:
https://etjanst.stockholm.se/vardnadshavare/inloggad2/Calender/GetSchoolCalender?childId= ...osv

OBS! Kolla texten innan du svarar så att den inte innehåller någon personidentifierande information!

Tack 😄

from skolplattformen.

andersjaensson avatar andersjaensson commented on June 12, 2024

@JohanObrink Såhär ser svaret ut på den requesten (efter lite formattering):

{
   "Success":true,
   "Error":null,
   "Data":[
      {
         "Title":"Utvecklingsdag, förskolorna är stängda",
         "Id":5,
         "Description":null,
         "Location":null,
         "EventDate":"2021-05-28",
         "EventDateTime":"",
         "LongEventDateTime":"2021-05-28",
         "EndDate":"2021-05-28",
         "EndDateTime":"",
         "LongEndDateTime":"2021-05-28",
         "EventDateDayNumber":"28",
         "EventDateMonthName":"maj",
         "EventDateMonthFullName":"maj",
         "FullDateDescription":"2021-05-28 - 2021-05-28",
         "IsSameDay":true,
         "AllDayEvent":true,
         "ListId":null,
         "Mentor":null
      },
      {
         "Title":"Apt, förskolan stänger 15.45",
         "Id":18,
         "Description":null,
         "Location":null,
         "EventDate":"2021-03-23",
         "EventDateTime":"16:00",
         "LongEventDateTime":"2021-03-23 16:00",
         "EndDate":"2021-03-23",
         "EndDateTime":"18:00",
         "LongEndDateTime":"2021-03-23 18:00",
         "EventDateDayNumber":"23",
         "EventDateMonthName":"mar",
         "EventDateMonthFullName":"mars",
         "FullDateDescription":"2021-03-23 16:00 - 2021-03-23 18:00",
         "IsSameDay":true,
         "AllDayEvent":false,
         "ListId":null,
         "Mentor":null
      },
      {
         "Title":"Apt, förskolan stänger 15.45",
         "Id":19,
         "Description":null,
         "Location":null,
         "EventDate":"2021-04-20",
         "EventDateTime":"16:00",
         "LongEventDateTime":"2021-04-20 16:00",
         "EndDate":"2021-04-20",
         "EndDateTime":"18:00",
         "LongEndDateTime":"2021-04-20 18:00",
         "EventDateDayNumber":"20",
         "EventDateMonthName":"apr",
         "EventDateMonthFullName":"april",
         "FullDateDescription":"2021-04-20 16:00 - 2021-04-20 18:00",
         "IsSameDay":true,
         "AllDayEvent":false,
         "ListId":null,
         "Mentor":null
      },
      {
         "Title":"Apt, förskolan stänger 15.45",
         "Id":20,
         "Description":null,
         "Location":null,
         "EventDate":"2021-05-11",
         "EventDateTime":"16:00",
         "LongEventDateTime":"2021-05-11 16:00",
         "EndDate":"2021-05-11",
         "EndDateTime":"18:00",
         "LongEndDateTime":"2021-05-11 18:00",
         "EventDateDayNumber":"11",
         "EventDateMonthName":"maj",
         "EventDateMonthFullName":"maj",
         "FullDateDescription":"2021-05-11 16:00 - 2021-05-11 18:00",
         "IsSameDay":true,
         "AllDayEvent":false,
         "ListId":null,
         "Mentor":null
      },
      {
         "Title":"Utvecklingsdag, förskolan är stängd",
         "Id":16,
         "Description":null,
         "Location":null,
         "EventDate":"2021-05-28",
         "EventDateTime":"",
         "LongEventDateTime":"2021-05-28",
         "EndDate":"2021-05-28",
         "EndDateTime":"",
         "LongEndDateTime":"2021-05-28",
         "EventDateDayNumber":"28",
         "EventDateMonthName":"maj",
         "EventDateMonthFullName":"maj",
         "FullDateDescription":"2021-05-28 - 2021-05-28",
         "IsSameDay":true,
         "AllDayEvent":true,
         "ListId":null,
         "Mentor":null
      }
   ]
}

from skolplattformen.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.