kingdomfan
02-08-2005, 10:08 AM
Hi, I am just starting out with palm development and i need to get access to the calendar database..
Does anybody know how i would go about this? I can't seem to find the name of the database anywhere so that i can open it.
Thanking you in advance
potter
02-08-2005, 11:42 AM
The classic Datebook application stores its data in "DatebookDB" (CreatorID 'date', Type 'DATA'). The PalmOne enhance date book Calendar stores its data in "CalendarDB-PDat" (CreatorID 'PDat', Type 'DATA'). There is a compatibility layer on devices with the PalmOne Calendar that will translate records in the CalendarDB-PDat database to the DatebookDB format, such that applications that access DatebookDB database on the newer devices will see what they expect. However, I understand there are bugs in this compatibility layer, especially on the T5.
kingdomfan
02-08-2005, 05:16 PM
Cheers mate!!!
Thats what i needed to know