public interface AnotherCalendarService
void
createEvent(@NotNull Date start, @NotNull Date end, @NotNull List<Person> participants)
void createEvent(@NotNull @NotNull Date start, @NotNull @NotNull Date end, @NotNull @NotNull List<Person> participants)
Copyright © 2008–2017. All rights reserved.