Sprints/PIM/2019: Difference between revisions

From KDE Community Wiki
No edit summary
Line 18: Line 18:


[http://www.occitania-toulouse-matabiau.com/en/ Hôtel Occitania Centre Toulouse Matabiau]
[http://www.occitania-toulouse-matabiau.com/en/ Hôtel Occitania Centre Toulouse Matabiau]
For importing into KDE Itinerary:
    {
        "@context": "http://schema.org",
        "@type": "LodgingReservation",
        "checkinDate": "2019-04-05T15:00:00+02:00",
        "checkoutDate": "2019-04-07T10:00:00+02:00",
        "reservationFor": {
            "@type": "LodgingBusiness",
            "address": {
                "@type": "PostalAddress",
                "addressCountry": "FR",
                "addressLocality": "Toulouse",
                "postalCode": "31000",
                "streetAddress": "7 Boulevard Bonrepos"
            },
            "geo": {
                "@type": "GeoCoordinates",
                "latitude": 43.6101706,
                "longitude": 1.4526995
            },
            "name": "Hôtel Occitania Toulouse Matabiau"
        }
    }


=Arrival and departure times=
=Arrival and departure times=

Revision as of 19:58, 18 March 2019

Venue

TODO

Sprint Schedule

April 5/6/7, 2019

Travel Reimbursement

File a request on https://reimbursements.kde.org/events/89 The hotel is € 113.30 for two nights.

Attendance

  • David Faure
  • Volker Krause

Hotel

Hôtel Occitania Centre Toulouse Matabiau

For importing into KDE Itinerary:

   {
       "@context": "http://schema.org",
       "@type": "LodgingReservation",
       "checkinDate": "2019-04-05T15:00:00+02:00",
       "checkoutDate": "2019-04-07T10:00:00+02:00",
       "reservationFor": {
           "@type": "LodgingBusiness",
           "address": {
               "@type": "PostalAddress",
               "addressCountry": "FR",
               "addressLocality": "Toulouse",
               "postalCode": "31000",
               "streetAddress": "7 Boulevard Bonrepos"
           },
           "geo": {
               "@type": "GeoCoordinates",
               "latitude": 43.6101706,
               "longitude": 1.4526995
           },
           "name": "Hôtel Occitania Toulouse Matabiau"
       }
   }

Arrival and departure times

  • David: arriving 20:14 on 5 April (by train), departing 14:48 on 7 April (by train).
  • Volker: arriving ~noon on 5 April, departing ~18:00 on 7 April

Report

Draft of report : https://notes.kde.org/p/KDE-PIM-Sprint-2019