Hi,
I have figured out how to add an appointment to the users calendar, however
I find that I have been having trouble assigning an appointment value of
"all-day". I have been able to set an appointment by hour, but I need more
flexibility..
Does anyone have any experience with setting an all day appointment time?
Thanks!
(some Code below)
dtDate = dtStartDate;
//set variables values
ttStart.hours = 7;
ttStart.minutes = 0;
ttEnd.hours = 8;
ttEnd.minutes = 0;
padtApptDate->startTime = ttStart;
padtApptDate->endTime = ttEnd;
padtApptDate->date = dtDate;
arpInsert.when = padtApptDate;
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/support/forums/