AddActivity | Adds a new activity. |
DeleteActivity | Deletes an existing activity. |
DeleteSingleInstanceFromSeries | Deletes a single instance from an existing recurring activity series. |
GetActivity | Retrieves an activity.
The activity is specified by its key, which is contained in the ActivityParams object passed to the method. |
GetActivityList | Returns the ActivitiesParams data collection that identify all activities. |
GetDataInterface | Creates an empty data structure for use with the ActivitiesService. |
GetDataInterfaceFromXMLFile | Creates an object from an XML file. |
GetDataInterfaceFromXMLString | Creates an object from XML. |
GetListByAttendUser | GetListByAttendUser |
GetSingleInstanceFromSeries | Retrieves a single instance from a recurring activity series.
The activity instance is specified by its key, which is contained in the ActivityInstanceParams object passed to the method. |
GetTopNActivityInstances | Retrieves the top N activity instances. |
UpdateActivity | Updates an existing activity.
The data for the activity, including the key of the activity to be updated, is contained in the Activity object passed to the method. To update an activity, you must first retrieve it using the GetActivity method. |
UpdateSingleInstanceInSeries | Updates an existing single instance from a recurring activity series.
The data for the activity, including the key of the activity to be updated, is contained in the Activity object passed to the method. To update an activity instance, you must first retrieve it using the GetSingleInstanceFromSeries method. |