↓ 3 callersFunctionformatEventDateTime({
start,
end,
allDay,
timeZone,
inviteeTimeZone,
}: FormatEventDateTimeOptions)
apps/web/src/features/scheduled-event/utils.ts:26
↓ 2 callersFunctioncreatePoll({
userId,
title,
description,
location,
timeZone,
requireParticipantEmail,
hideParticipants,
apps/web/src/features/poll/mutations.ts:23
↓ 2 callersFunctioncreateRsvp({
eventId,
name,
email,
status,
inviteeId,
}: {
eventId: string;
name: string;
email: string;
apps/web/src/features/scheduled-event/mutations.ts:7
↓ 2 callersFunctiongetUpcomingEvents({
search,
member,
page = 1,
pageSize = 20,
spaceId,
}: {
search?: string;
member?: string;
pa
apps/web/src/features/scheduled-event/data.ts:275