{ "$schema": "https://schemas.wp.org/trunk/block.json", "apiVersion": 3, "name": "jetpack/google-calendar", "title": "Google Calendar", "description": "Embed a Google Calendar.", "keywords": [ "events", "dates", "schedule", "appointments" ], "version": "12.5.0", "textdomain": "jetpack", "category": "embed", "icon": "", "supports": { "align": true, "alignWide": true, "html": false }, "attributes": { "url": { "type": "string" }, "height": { "type": "integer", "default": 600 } }, "example": { "attributes": { "url": "https://calendar.google.com/calendar/embed?src=jb4bu80jirp0u11a6niie21pp4%40group.calendar.google.com&ctz=America/New_York" } }, "editorScript": "jetpack-blocks-editor" }