[This is preliminary documentation and is subject to change.]
The CalendarDB type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| CalendarDB |
Methods
| Name | Description | |
|---|---|---|
| AcceptRSVP |
Accepts the RSVP for a particular user for a particular event.
| |
| ActivatePublishUrl |
Activates the publish Url
| |
| AddOutputParameter | Overloaded. | |
| AddParameter | Overloaded. | |
| AddParameters | Overloaded. | |
| AdjustUserAvailabilityForMeeting |
Adjusts the user availability record based on the event info.
| |
| ClearParameters |
Clear all the sql stored procedure parameters
(Inherited from OfficeClipDB.) | |
| Close |
Close the connection, data adapter and the command
(Inherited from OfficeClipDB.) | |
| Commit |
Commits the transaction
(Inherited from OfficeClipDB.) | |
| DeactivatePublishUrl |
Deactivates the event publish url corresponding to a particular group.
| |
| DeleteCalenderReminder |
Deletes a reminder corresponding to an event.
| |
| DeleteEvent |
Deletes a single event or a set of repeating events depending
on the option chosen by the user.
| |
| DeleteUserAvailability |
Removes the user availability.
| |
| Dispose |
disposes the object for garbage collection
(Inherited from OfficeClipDB.) | |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| ExecuteNonQuery | Overloaded. | |
| ExecuteReader |
Executes the sql datareader
(Inherited from OfficeClipDB.) | |
| ExecuteScalar |
Executes the query that returns a single valur
(Inherited from OfficeClipDB.) | |
| ExportVCalendar |
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.
| |
| Fill |
Fills the dataset
(Inherited from OfficeClipDB.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetAttachmentPaths | ||
| GetEvent |
Gets all the information related to a particular event identified by a GroupId.
| |
| GetEventReminderInfo | Overloaded. | |
| GetEventResource |
Gets the Id of a resource if any for a particular event.
| |
| GetEvents |
Returns the events for a date range based on event type selection.
| |
| GetEventsForMetabase |
Gets all the events for a particular object in the metabase
| |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetMeetingAttendees |
Gets a list of all the meeting attendees for a particular event.
| |
| GetParameterCount |
Gets the parameter count
(Inherited from OfficeClipDB.) | |
| GetParameterValue |
Gets the value of the parameter
(Inherited from OfficeClipDB.) | |
| GetPublishEvents |
Returns the events for a date range based for a particular group..
| |
| GetPublishUrl |
Gets the the information corresponding to an encrypted event publish info string.
| |
| GetResourceAvailability |
Gets the availability information for a user between a time range.
| |
| GetRsvpList |
Gets the list of status of RSVP corresponding to all the attendees of a meeting.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| GetUpcomingEvents | Overloaded. | |
| GetUserAvailability | Overloaded. | |
| ImportEventsFromCsv |
Imports a set of events mapped from a CSV file which has been exported from Outlook or Lotus Notes events.
| |
| Init |
Initialize the connection parameters
(Inherited from OfficeClipDB.) | |
| InitTransaction | Overloaded. | |
| InsertCalendarReminder |
Inserts the calendar reminder
| |
| InsertEvent | Overloaded. | |
| InsertMeetingAttendees |
Inserts the meeting attendees of an event into the database and sends a notification about the meeting to all the attendees.
| |
| InsertUserAvailability |
Inserts the user availability information corresponding to an event for the currently logged in user.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RejectRsvp |
Rejects the RSVP for a particular user for a particular event.
| |
| ResolveAvailabilityConflict | ||
| Rollback |
Rolls back the transaction
(Inherited from OfficeClipDB.) | |
| SendRsvpToTheGroup |
Sends an RSVP to all the group members of a group for
an event.
| |
| SetParameterValue |
Sets the parameter value of the sql parameter to a known value
(Inherited from OfficeClipDB.) | |
| SetSPCommand | Overloaded. | |
| SetSPDataAdapter |
Sets the stored procedure data adapter
(Inherited from OfficeClipDB.) | |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) | |
| UpdateEvent |
Updates back the information related to a particular event into the database for a particular user.
| |
| UpdateEvent1 |
Updates back the information related to a particular event into the database.
| |
| UpdateEventParent |
Updates the event parent
| |
| UpdateMeetingAttendees |
Updates the meeting attendees information into the database.
This method should generally be called while updating event information.
| |
| UpdateReadOnlyEvent |
Provides the ability to update the readonly event, only the busy/free schedule and
the reminder settings can be updated in this way
| |
| UpdateUserAvailability |
Inserts the user availability information corresponding to an event for a particular user.
|
Properties
| Name | Description | |
|---|---|---|
| ConnectionString |
Gets the OfficeClip.DBLayer.ConnectionString property encapsulates
a callout to the ASP+ Config System to obtain the
database connection string for the application.
(Inherited from OfficeClipDB.) | |
| DBConnString |
The database connection string that is only available within the framework of the DBLayer.
This should only be set through a constructor so this is not available outside
the DBLayer. A default conection string is assumed if not set.
(Inherited from OfficeClipDB.) |
