IEventEdge
Interface: IEventEdge
Defined in: src/types/Event/interface.ts:215
Properties
cursor
cursor:
string
Defined in: src/types/Event/interface.ts:257
node
node:
object
Defined in: src/types/Event/interface.ts:216
allDay
allDay:
boolean
attendees?
optionalattendees:object[]
baseEvent?
optionalbaseEvent:object
baseEvent.id
id:
string
baseEvent.name
name:
string
creator?
optionalcreator:object
creator.id
id:
string
creator.name
name:
string
description?
optionaldescription:string
endAt
endAt:
string
hasExceptions?
optionalhasExceptions:boolean
id
id:
string
isInviteOnly
isInviteOnly:
boolean
Determines if the event is restricted to invited participants only. When true, only invited users, the creator, and admins can see and access the event.
isPublic
isPublic:
boolean
Determines if the event is visible to the entire community. Often referred to as "Community Visible" in the UI.
isRecurringEventTemplate?
optionalisRecurringEventTemplate:boolean
isRegisterable
isRegisterable:
boolean
location?
optionallocation:string
name
name:
string
progressLabel?
optionalprogressLabel:string
recurrenceDescription?
optionalrecurrenceDescription:string
recurrenceRule?
optionalrecurrenceRule:InterfaceRecurrenceRule
sequenceNumber?
optionalsequenceNumber:number
startAt
startAt:
string
totalCount?
optionaltotalCount:number