Write Item
[API's]


Functions

alp_status_t alp_calendar_dml_delete (AlpDmlH dmlH, AlpLuid eventLuid)
 Given a LUID, the entry is removed from the calendar database.
alp_status_t alp_calendar_dml_insert (AlpDmlH dmlH, AlpDmlItemH eventH, AlpLuid *eventLuid)
 Inserts a new event into the calendar database.
alp_status_t alp_calendar_dml_update (AlpDmlH dmlH, AlpDmlItemH eventH)
 Updates a give calendar event with the specified new information.


Function Documentation

alp_status_t alp_calendar_dml_delete AlpDmlH  dmlH,
AlpLuid  eventLuid
 

Given a LUID, the entry is removed from the calendar database.

Parameters:
[in] dmlH Calendar data model handle
[in] eventLuid - AlpLuid of event to delete
Returns:
alp_status_t

alp_status_t alp_calendar_dml_insert AlpDmlH  dmlH,
AlpDmlItemH  eventH,
AlpLuid eventLuid
 

Inserts a new event into the calendar database.

Parameters:
[in] dmlH calendar data model handle
[in,out] eventH AlpDmlItemH containing the handle to the event
[out] eventLuid of the event created
Returns:
alp_status_t

alp_status_t alp_calendar_dml_update AlpDmlH  dmlH,
AlpDmlItemH  eventH
 

Updates a give calendar event with the specified new information.

Parameters:
[in] dmlH Calendar data model handle
[in] eventH AlpDmlItem handle containing the calendar event info
Returns:
alp_status_t


Generated on Wed Jul 30 07:06:41 2008 by Doxygen 1.4.6 for ALP SDK + Hiker Documentation

Copyright © 1999-2008 ACCESS CO., LTD. All rights reserved.