PublicAPI.Portal.CalendarEvent.Create ELMA API Documentation
Creates an user group event for the general calendar
 
 
Syntax

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

Parameters

users
Type: System.Collections.Generic IEnumerable User 
Users List. Object. Access path: PublicAPI.Portal.Security.User
calendars
Type: System.Collections.Generic IEnumerable Schedule 
Calendars List. Object. Access path: PublicAPI.Portal.Objects.Calendar.Schedule
startDate
Type: System DateTime
Event Start Date
endDate
Type: System DateTime
Event End Date
eventSubject
Type: System String
Event Subject
eventPlace
Type: System String
Event Place

Return Value

Type: CalendarEvent
Calendar Event
Examples

See Also