【问题标题】:Google Email Markup not showing event in mailGoogle 电子邮件标记未在邮件中显示事件
【发布时间】:2019-09-01 23:30:01
【问题描述】:

我尝试编写包含此 Google 电子邮件标记的电子邮件,但我没有看到事件信息:

<div itemscope itemtype="http://schema.org/EventReservation">
<meta itemprop="reservationNumber" content="E123456789"/>
<link itemprop="reservationStatus" href="http://schema.org/Confirmed"/>
<div itemprop="underName" itemscope itemtype="http://schema.org/Person">
    <meta itemprop="name" content="John Smith"/>
</div>
<div itemprop="reservationFor" itemscope itemtype="http://schema.org/Event">
    <meta itemprop="name" content="Foo Fighters Concert"/>
    <meta itemprop="startDate" content="2027-03-06T19:30:00-08:00"/>
    <div itemprop="location" itemscope itemtype="http://schema.org/Place">
    <meta itemprop="name" content="AT&T Park"/>
    <div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
        <meta itemprop="streetAddress" content="24 Willie Mays Plaza"/>
        <meta itemprop="addressLocality" content="San Francisco"/>
        <meta itemprop="addressRegion" content="CA"/>
        <meta itemprop="postalCode" content="94107"/>
        <meta itemprop="addressCountry" content="US"/>
    </div>
    </div>
</div>
</div>

Google 电子邮件标记的工作原理是什么?

【问题讨论】:

    标签: gmail google-schemas


    【解决方案1】:

    您是否完成了注册和白名单步骤?

    您的标记可能是正确的;如果您的发送地址没有被 Google 签名,即使标记正确,它也不会更改用户 gCalendars。

    见: https://developers.google.com/gmail/markup/registering-with-google

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2013-11-03
      • 1970-01-01
      • 2014-07-10
      • 2015-11-02
      • 1970-01-01
      • 1970-01-01
      • 2015-01-16
      • 2020-10-19
      相关资源
      最近更新 更多