meeting
A calendar meeting — an event with virtual meeting details and transcripts. Querying by “event” returns meetings too.
| Metadata | Value |
|---|---|
| Plural | meetings |
| Subtitle field | location |
| Also | event |
Fields
Section titled “Fields”| Field | Type |
|---|---|
calendarLink | url |
isVirtual | boolean |
meetingUrl | url |
conferenceProvider | string |
phoneDialIn | string |
Relations
Section titled “Relations”| Relation | Target |
|---|---|
transcribe | transcript |
Inherited
Section titled “Inherited”From event:
| Field | Type |
|---|---|
allDay | boolean |
dateUpdated | datetime |
endDate | datetime |
eventType | string |
icalUid | string |
recurrence | string[] |
showAs | string |
sourceTitle | string |
sourceUrl | url |
startDate | datetime |
status | string |
timezone | string |
visibility | string |
| Relation | Target |
|---|---|
attachments | file[] |
creator | person |
involves | person[] |
location | place |
organizer | person |
platform | product |
Prior art
Section titled “Prior art”External standards this shape draws from or aligns with. See Shape design principles for how prior art informs shape design.
- RFC 5545 VEVENT + conference property (RFC 7986) — Our meetingUrl ≈ CONFERENCE URI; phoneDialIn = tel: URI in CONFERENCE feature=PHONE; conferenceProvider ≈ CONFERENCE LABEL.
- schema.org/Event — location.VirtualLocation — Our isVirtual triggers VirtualLocation; meetingUrl ≈ VirtualLocation.url.
- Google Calendar Event conferenceData — Practical API mirror. Our conferenceProvider ≈ conferenceData.conferenceSolution.name; meetingUrl = entryPoints[uri].
Skills that produce this shape
Section titled “Skills that produce this shape”- granola —
op_list_meetings,op_get_meeting