Open grounded042 opened 9 years ago
when an invitee edits their record, we want to make sure that they don't add more guests than allowed via the AllowedGuests int on the Event object. The business logic for this can reside in the Coordinator.EditInvitee func.
AllowedGuests
int
Event
when an invitee edits their record, we want to make sure that they don't add more guests than allowed via the
AllowedGuests
int
on theEvent
object. The business logic for this can reside in the Coordinator.EditInvitee func.