[This is preliminary documentation and is subject to change.]
Gets the string representation of all the events between a time range
in vCalendar format for a particular user in a particular group.
Please note that the userTzInfo object should be corresponding
to that of that particular user for whom you are sending the userId.
Namespace:
OfficeClip.DBLayer.DesktopAssembly: OfficeClip.DBLayer (in OfficeClip.DBLayer)
Version: 8.1.1.0
Syntax
C# |
---|
public string ExportVCalendar( ConfigureInfo configInfo, DateTime startDateTime, DateTime endDateTime ) |
Visual Basic (Declaration) |
---|
Public Function ExportVCalendar ( _ configInfo As ConfigureInfo, _ startDateTime As DateTime, _ endDateTime As DateTime _ ) As String |
Visual C++ |
---|
public: String^ ExportVCalendar( ConfigureInfo^ configInfo, DateTime startDateTime, DateTime endDateTime ) |
Parameters
- configInfo
- Type: OfficeClip.Utils..::.ConfigureInfo
Session configuration info
- startDateTime
- Type: System..::.DateTime
Starting Date and Time of the range. (This value is in User's timezone)
- endDateTime
- Type: System..::.DateTime
Ending Date and Time of the range. (This value is in User's timezone)
Return Value
vCard stirng containing all the events for the currently logged in user within the reqeusted time range.
Remarks
Please note that the userTzInfo object should be corresponding
to that of that particular user for whom you are sending the userId.