"Jeremy Roever" <[EMAIL PROTECTED]> wrote in message
news:29415@palm-dev-forum...
> I am trying to create an appointment in the Palm built-in Datebook
application via my application.
I don't know why you're having trouble opening the database, but I have a
warning and an idea.
Warning: Don't keep Datebook's database open in read-write mode or Datebook
won't be able to create records when it receives a beam while your app is
running. You can keep the database open in read-only mode and switch to
read-write mode temporarily to do each update.
Idea: You could use a local beam (set localMode to true in the
ExgSocketType) to send a vCalendar containing the event you want to create
to Datebook on the same device. This would require that you generate a
vCalendar. It wouldn't let you edit existing records. The UI may not be what
you want.
--
Danny Epstein
OS Engineer, Palm Inc.
--
For information on using the Palm Developer Forums, or to unsubscribe, please see
http://www.palmos.com/dev/tech/support/forums/