繁体   English   中英

日历中未显示Google电子邮件标记发票类型

[英]Google Email Markup Invoice type not showing up in calendar

我尝试了几种方法,但没有任何进展。 这是我的发票标记脚本。

<script type="application/ld+json">
    {
    "@context": "http://schema.org/Invoice",
    "@type": "Invoice",
    "description": "August 2018 Invoice Pending",
    "url": "www.abc.com",
    "accountId": "xxxx-xxxx-xxxx-1234",
    "potentialaction": {
      "url": "www.xyz.com",
      "@type": "PayAction"
    },
    "paymentDue": "2018-09-08",
    "minimumPaymentDue": {
      "@type": "PriceSpecification",
      "price": "1000.00"
    },
    "totalPaymentDue": {
      "@type": "PriceSpecification",
      "price": "2000.00"
    },
    "paymentStatus": "payment due",
    "provider": {
      "@type": "Organization",
      "name": "XYZ"
      }
}
</script>

我能够收到邮件,但不会自动将其添加到我的Google日历中。 谢谢。

AFAIK,这不会作为事件添加到您的日历中。 它只会在电子邮件中添加有关您的付款的嵌入式信息。

在此处输入图片说明

如上图从Google文档中的图像所示,这在Google收件箱中显示了发票电子邮件。

您可以尝试使用事件保留架构,这会自动将事件添加到您的日历中。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM