Google Now Event Reservation showing differently on iOS and Android

204 views Asked by At

We are using the google event reservation schema Basic event reminder without a ticket to trigger a google now card. We've noticed that the behavior differs in iOS from Android where the iOS version of Google Now shows a "Manage reservation" button on the card and the Android version just shows a link to the "Email from {Our Email}" which opens the email which triggered the card. Is there any way to force the Android Version to show the "Manage Reservation" button instead of "Email from..." button?

EDIT: See example markup below enter image description here

1

There are 1 answers

4
KRR On

I see that you are testing it using the basic Event reservation markup.

In order to get the "Manage reservation" on the action button, you have to add modifyReservationUrl property for the schema markup.

Check all the properties you can add to this markup here.

Also find the screen shot which shows the action button as "Manage reservation" in Android device.

enter image description here