Functions | |
| alp_status_t | alp_calendar_dml_add_memberships (AlpDmlH dmlH, AlpLuid eventLuid, const AlpLuid *categoryLuids, AlpLuid membershipLuid, uint32_t numCategoryLuids) |
| Adds the given eventLuid to the given categories. | |
| alp_status_t | alp_calendar_dml_memberships_add (AlpDmlH dmlH, AlpLuid eventLuid, const AlpLuid *categoryIDs, AlpLuid membershipLuid, uint32_t numCategoryIDs) __attribute((deprecated)) |
| Deprecated. Call alp_calendar_dml_add_memberships instead. | |
| alp_status_t | alp_calendar_dml_memberships_remove (AlpDmlH dmlH, AlpLuid eventLuid, const AlpLuid *categoryIDs, AlpLuid membershipLuid, uint32_t numCategoryIDs) __attribute((deprecated)) |
| Deprecated. Call alp_calendar_dml_remove_memberships instead. | |
| alp_status_t | alp_calendar_dml_remove_memberships (AlpDmlH dmlH, AlpLuid eventLuid, const AlpLuid *categoryLuids, AlpLuid membershipLuid, uint32_t numCategoryLuids) |
| Removes a given eventLuid's membership from a set of categories. If categoryLuids is NULL, then the eventLuid's membership is removed from ALL categories (this is useful when deleting a event from the datamodel). | |
|
||||||||||||||||||||||||
|
Adds the given eventLuid to the given categories.
|
|
||||||||||||||||||||||||
|
Deprecated. Call alp_calendar_dml_add_memberships instead.
|
|
||||||||||||||||||||||||
|
Deprecated. Call alp_calendar_dml_remove_memberships instead.
|
|
||||||||||||||||||||||||
|
Removes a given eventLuid's membership from a set of categories. If categoryLuids is NULL, then the eventLuid's membership is removed from ALL categories (this is useful when deleting a event from the datamodel).
|
Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.