PublicAPI.Portal.CalendarEvent.Create ELMA API Documentation
Creates an event for personal calendars to the users list
 
 
Syntax

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

Parameters

users
Type: System.Collections.Generic IEnumerable User 
Users List. Object. Access path: PublicAPI.Portal.Security.User
startDate
Type: System DateTime
Start Date
endDate
Type: System DateTime
End Date
eventSubject
Type: System String
Event Subject

Return Value

Type: CalendarEvent
Calendar Event
Examples

See Also