Options
All
  • Public
  • Public/Protected
  • All
Menu

A user clicks or taps the 'Add to Calendar' button on a timed-event page (auction, fair, etc.).

This schema describes events sent to Segment from [[addToCalendar]]

example
 {
   action: "addToCalendar",
   context_module: "auctionHome",
   context_owner_type: "sale",
   context_owner_id: "5f99e0ba4c24bc000d02b8d7",
   context_owner_slug: "artsy-x-seoul-auction-contemporary-icons",
   subject: "google"
 }

Hierarchy

  • AddToCalendar

Index

Properties

action

action: addToCalendar

context_module

context_module: ContextModule

Optional context_owner_id

context_owner_id: undefined | string

Optional context_owner_slug

context_owner_slug: undefined | string

context_owner_type

context_owner_type: OwnerType

subject

subject: "google" | "outlook" | "iCal"

Generated using TypeDoc