我尝试了几种方法,但没有任何进展。这是我的发票标记脚本。
<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日历中。 谢谢。
答案 0 :(得分:0)
AFAIK,这不会作为事件添加到您的日历中。它只会在电子邮件中添加有关您的付款的嵌入式信息。
如上图从Google文档中的图像所示,这在Google收件箱中显示了发票电子邮件。
您可以尝试使用event reservation模式,这将自动向您的日历添加一个事件。