[This is preliminary documentation and is subject to change.]
Inserts the calendar reminder
Namespace:
OfficeClip.DBLayer.DesktopAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public int InsertCalendarReminder( int eventUserId, int eventId, string eventName, EventShowAs showAs, DateTime startTime, DateTime endTime, TimeSpan beforeEventTimeSpan ) |
Visual Basic (Declaration) |
---|
Public Function InsertCalendarReminder ( _ eventUserId As Integer, _ eventId As Integer, _ eventName As String, _ showAs As EventShowAs, _ startTime As DateTime, _ endTime As DateTime, _ beforeEventTimeSpan As TimeSpan _ ) As Integer |
Visual C++ |
---|
public: int InsertCalendarReminder( int eventUserId, int eventId, String^ eventName, EventShowAs showAs, DateTime startTime, DateTime endTime, TimeSpan beforeEventTimeSpan ) |
Parameters
- eventUserId
- Type: System..::.Int32
- eventId
- Type: System..::.Int32
- eventName
- Type: System..::.String
- showAs
- Type: OfficeClip.Utils..::.EventShowAs
- startTime
- Type: System..::.DateTime
- endTime
- Type: System..::.DateTime
- beforeEventTimeSpan
- Type: System..::.TimeSpan