Interface PUTCalendarEventRSVPBulkBody

interface PUTCalendarEventRSVPBulkBody {
    status: "going" | "maybe" | "declined" | "invited";
    userIds: string[];
}

Properties

Properties

status: "going" | "maybe" | "declined" | "invited"
userIds: string[]