Answering my own question. Make the start time for the appointment = -1.
-----Original Message----- From: Ornstein, Adam [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 02, 2004 11:37 AM To: Palm Developer Forum Subject: All day appointment... 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/ -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
