Sprints/PIM/2023: Difference between revisions
Appearance
< Sprints
No edit summary |
|||
Line 54: | Line 54: | ||
Draft of report: | Draft of report: | ||
=KDE Itinerary compatible= | |||
Can be copy/pasted into KDE Itinerary: | |||
<pre> | |||
{ | |||
"@context": "http://schema.org", | |||
"@type": "EventReservation", | |||
"reservationFor": { | |||
"@type": "Event", | |||
"name": "KDE PIM Sprint 2023", | |||
"startDate": "2023-04-01T10:00:00+02:00", | |||
"endDate": "2023-04-02T18:00:00+02:00", | |||
"location": { | |||
"@type": "Place", | |||
"name": "Artilect Fablab Toulouse", | |||
"address": { | |||
"@type": "PostalAddress", | |||
"addressCountry": "FR", | |||
"addressLocality": "Toulouse", | |||
"postalCode": "31000", | |||
"streetAddress": "10 rue Tripière" | |||
}, | |||
"geo": { | |||
"@type": "GeoCoordinates", | |||
"latitude": 43.6017920, | |||
"longitude": 1.4428500 | |||
} | |||
} | |||
} | |||
} | |||
</pre> |
Revision as of 17:19, 22 March 2023
Venue
- Artilect Fablab Toulouse
- 10 rue Tripière – 31000 Toulouse - France
- https://artilect.fr/ (website in French only)
Agenda
Add topics we should discuss:
- KF6 planning: blocking issues, release timelines, etc
- Remaining issues with replacing the Kross-based account wizard
- Retiring the Kolab resource in favor of CalDav/CardDav?
- Retiring the mixed maildir resource in favor or "real" maildir?
- QML APIs for PIM libraries
- ...
Sprint Schedule
- April 1/2, 2023
- It's possible to show up to the venue on the Friday afternoon, I will be there to greet the early birds
Travel Reimbursement
- File a request on https://reimbursements.kde.org/events/160
- The proposed hotel is around 130€ for two nights.
Attendance
- Kevin Ottens
- Ingo Klöcker
- Volker Krause
- Laurent Montel
- Carl Schwan
Hotel
- Plenty of options in the area on all price ranges, living there I didn't get to try them though...
- Proposed hotel is "Hôtel de France", seems to be one of those smaller and a bit dated but clean options
- Pricing seems a bit cheaper directly on their website: https://hotel-france-toulouse.com/ (also available through booking.com for those who prefer that)
Arrival and departure times
- Ingo: arriving 5:54 on Friday (by night train), departing 22:18 on Sunday (by night train)
- Laurent: arriving 4:55 on friday (airport), departing 20:20 on sunday (airport)
- Carl: arriving 7:07 on Saturday (by night train), departing 22:18 on Sunday (by night train)
- Volker: arriving 10:29 on Friday by train, departing 17:19 on Sunday by train
Restaurants
- Friday dinner: tba
- Saturday lunch: tba
- Saturday dinner: tba
- Sunday lunch: tba
Report
Draft of report:
KDE Itinerary compatible
Can be copy/pasted into KDE Itinerary:
{ "@context": "http://schema.org", "@type": "EventReservation", "reservationFor": { "@type": "Event", "name": "KDE PIM Sprint 2023", "startDate": "2023-04-01T10:00:00+02:00", "endDate": "2023-04-02T18:00:00+02:00", "location": { "@type": "Place", "name": "Artilect Fablab Toulouse", "address": { "@type": "PostalAddress", "addressCountry": "FR", "addressLocality": "Toulouse", "postalCode": "31000", "streetAddress": "10 rue Tripière" }, "geo": { "@type": "GeoCoordinates", "latitude": 43.6017920, "longitude": 1.4428500 } } } }