Skip to content

List calendar events

GET
/api/calendar/events

Returns gigs and rehearsals within a date range.

start

ISO date string - filter events starting after this date

string

ISO date string - filter events starting after this date

end

ISO date string - filter events ending before this date

string

ISO date string - filter events ending before this date

type

Event type filter (default: all)

string
Allowed values: gig rehearsal all

Event type filter (default: all)

List of calendar events

object
ok
required
boolean
data
required
Array<object>
object
id
required

UUID identifier

string format: uuid
Example
550e8400-e29b-41d4-a716-446655440000
bandId
required

UUID identifier

string format: uuid
Example
550e8400-e29b-41d4-a716-446655440000
eventType
required
string
Allowed values: gig rehearsal
title
required
string
description
string
location
string
startTime
required
string format: date-time
endTime
string format: date-time
timezone
required
string
gigTypeTags
Array<string>
gigStatus
string
Allowed values: option confirmed cancelled
setupTime
string format: date-time
soundCheckTime
string format: date-time
loadInTime
string format: date-time
organizerName
string
organizerEmail
string
organizerPhone
string
venueContactName
string
venueContactPhone
string
paymentAmount
number
paymentCurrency
string
paymentStatus
string
Allowed values: unpaid deposit paid
contractSigned
boolean
dressCode
string
parkingInfo
string
techRider
string
stageLayout
string
setlistId

UUID identifier

string format: uuid
Example
550e8400-e29b-41d4-a716-446655440000
rehearsalType
string
Allowed values: full-band section acoustic tech-rehearsal
focusSongIds
Array<string>
agenda
string
roomBookingRef
string
cost
number
costSplitAmongAttendees
boolean
recurringEventId

UUID identifier

string format: uuid
Example
550e8400-e29b-41d4-a716-446655440000
notes
string
createdBy
required

UUID identifier

string format: uuid
Example
550e8400-e29b-41d4-a716-446655440000
createdAt
string format: date-time
updatedAt
string format: date-time

Unauthorized

object
ok
required
boolean
error
required
string