I am using the App Script Tutorial to send emails to my Gmail account. I have been sending emails with various schema to see whether they appear in other Google products. According to the bottom of this page and this page, schemas such as Flights and Events should appear in Google Now and Google Search results.
I have been using the examples cut-paste from the Google Schema documentation for the following types...
- Events
- Flights
- Restaurant Reservations
However I can't get any of them to appear in Google Now nor in Google Search.
The emails are appearing in Gmail. If I view the source of the email, I can confirm that the schema information exists in the HTML source. I am sending the email to my own gmail account (as per the App Script tutorial).
I have confirmed that the App Script example is configured correctly, as I can get actions to appear in Gmail if I embed an Action schema into the email. However, I was hoping to test the other schemas and cross-product integrations.
Could someone please enlighten me as to where I might be going wrong. Has anyone been able to get the cross-product schemas working? Are there any restrictions on using this cross-production functionality, such as restrictions on language or location? (I haven't been able to find anything to suggest this, but wouldn't be all that surprised if it were restricted to US/English or something?)