Google Calendar Markup
-
Hi
Is there any plan to integrate Googles Markup for automated reservations via the Admin Alert eMail and the automated Gmail Calendar integration?
I tried to add the JSon Markup by hand, but for whatever reason it’s ignored or transcripts random information to the automated reservation.
Thanks
https://developers.google.com/gmail/markup/reference/restaurant-reservation
script type=”application/ld+json”>
{
“@context”: “https://schema.org”,
“@type”: “FoodEstablishmentReservation”,
“reservationNumber”: “OT12345”,
“reservationStatus”: “https://schema.org/Confirmed”,
“underName”: {
“@type”: “Person”,
“name”: “John Smith”
},
“reservationFor”: {
“@type”: “FoodEstablishment”,
“name”: “Wagamama”,
“address”: {
“@type”: “PostalAddress”,
“streetAddress”: “1 Tavistock Street”,
“addressLocality”: “London”,
“addressRegion”: “Greater London”,
“postalCode”: “WC2E 7PG”,
“addressCountry”: “United Kingdom”
}
},
“startTime”: “2027-04-10T08:00:00+00:00”,
“partySize”: “2”
}
</script>
- The topic ‘Google Calendar Markup’ is closed to new replies.