PublicAPI.Portal.CalendarEvent.CreateДокументация ELMA API
Создать событие для общего календаря на группу пользователей
 
 
Синтаксис

public CalendarEvent Create(
	IEnumerable<User> users,
	IEnumerable<Schedule> calendars,
	DateTime startDate,
	DateTime endDate,
	string eventSubject,
	string eventPlace
)

Параметры

users
Тип: System.Collections.Generic IEnumerable User 
Список пользователей. Объект. Путь доступа: PublicAPI.Portal.Security.User
calendars
Тип: System.Collections.Generic IEnumerable Schedule 
Список календарей. Объект. Путь доступа: PublicAPI.Portal.Objects.Calendar.Schedule
startDate
Тип: System DateTime
Дата начала события
endDate
Тип: System DateTime
Дата окончания события
eventSubject
Тип: System String
Тема события
eventPlace
Тип: System String
Место события

Возвращаемое значение

Тип: CalendarEvent
Событие календаря
Примеры

См. также