PublicAPI.Portal.CalendarEvent.CreateELMA API Documentation
Create New Entity (without a Database entry)
Access path: PublicAPI.Portal.CalendarEvent.Create
Overload List

  NameDescription
Public methodCreate 
Create New Entity (without a Database entry)
Public methodCreate(IEnumerable User , DateTime, DateTime, String)
Creates an event for personal calendars to the users list
Public methodCreate(IEnumerable User , DateTime, DateTime, String, String)
Creates an event for personal calendars to the users list
Public methodCreate(IEnumerable User , IEnumerable Schedule , DateTime, DateTime, String, String)
Creates an user group event for the general calendar
Public methodCreate(IEnumerable User , DateTime, DateTime, String, String, String)
Creates an event for personal calendars to the users list
Public methodCreate(IEnumerable User , IEnumerable Schedule , DateTime, DateTime, String, String, String)
Creates an user group event for the general calendar
Back to Top
See Also