endDate가 설정되지 않은 경우 스크립트는 startDate와 동일한 것으로 가정합니다.
자동 생성 리치 스니펫의 경우 위치도 필수입니다.시간대도 필수는 아니지만 권장됩니다. 지정하지 않으면 스크립트는 UTC 를 가정합니다.
<div class="atcb" style="display:none;">
{
"name":"Add the title of your event",
"startDate":"2022-02-21",
"options":[
"Google"
]
}
</div>
전체 구조
(더 많은 숨겨진 옵션은 아래에서 자세히 설명합니다.)
<div class="atcb" style="display:none;">
{
"name":"Add the title of your event",
"description":"A nice description does not hurt",
"startDate":"2022-02-21",
"endDate":"2022-03-24",
"startTime":"10:13",
"endTime":"17:57",
"location":"Somewhere over the rainbow",
"label":"Add to Calendar",
"options":[
"Apple",
"Google",
"iCal",
"Microsoft365",
"MicrosoftTeams",
"Outlook.com",
"Yahoo"
],
"timeZone":"Europe/Berlin",
"trigger":"click",
"inline":true,
"listStyle":"modal",
"iCalFileName":"Reminder-Event"
}
</div>