简体   繁体   English

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

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

I had tried several methods but no progress. 我尝试了几种方法,但没有任何进展。 Here is my script for invoice markup. 这是我的发票标记脚本。

<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>

I am able to receive the mail but it doesn't get automatically add to my google calendar. 我能够收到邮件,但不会自动将其添加到我的Google日历中。 Thanks. 谢谢。

AFAIK, this doesn't add up as an event to your calendar. AFAIK,这不会作为事件添加到您的日历中。 It will only add an embedded information about your payment in your email. 它只会在电子邮件中添加有关您的付款的嵌入式信息。

在此处输入图片说明

As shown above from an image in Google Documents, this shows an Invoice email in Google Inbox. 如上图从Google文档中的图像所示,这在Google收件箱中显示了发票电子邮件。

You can try using event reservation schema, this will automatically add an event to your calendar. 您可以尝试使用事件保留架构,这会自动将事件添加到您的日历中。

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

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