public interface YetAnotherCalendarService
| Modifier and Type | Method and Description |
|---|---|
void |
addParticipants(Date start,
Date end,
List<Person> participants) |
void |
createEvent(Date start,
Date end,
@Valid List<Person> participants) |
Copyright © 2008–2017. All rights reserved.