https://bugs.kde.org/show_bug.cgi?id=404451

--- Comment #19 from Volker Krause <vkra...@kde.org> ---
Interesting! This seems to show up correctly here in KMail and in KDE
Itinerary, however I don't see the end time shown anywhere (and there is none
specified in the email). Where did it show 23h59 for you?

[
    {
        "@context": "http://schema.org";,
        "@type": "FoodEstablishmentReservation",
        "partySize": 2,
        "reservationFor": {
            "@type": "FoodEstablishment",
            "address": {
                "@type": "PostalAddress",
                "addressCountry": "FR",
                "addressLocality": "Bordeaux",
                "postalCode": "33300",
                "streetAddress": "8 Quai de Bacalan"
            },
            "name": "La Brasserie des Chartrons"
        },
        "reservationNumber": "2124052552",
        "startTime": {
            "@type": "QDateTime",
            "@value": "2019-10-15T12:00:00+02:00",
            "timezone": "Europe/Paris"
        },
        "underName": {
            "@type": "Person",
            "name": "Philippe ROUBACH"
        }
    }
]

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to