开发者

Symbian - Where I can find specification of the calendar file?

开发者 https://www.devze.com 2022-12-10 17:36 出处:网络
I want to write an application for syncing symbian ca开发者_JAVA技巧lendar with my own software, where I can find specification for the file where Symbian writes all entries to the calendar ?Since int

I want to write an application for syncing symbian ca开发者_JAVA技巧lendar with my own software, where I can find specification for the file where Symbian writes all entries to the calendar ?


Since interoperability is key here, why not use Symbian's support of the vCal standard?

See the documentation of the CCalDataExchange class in the developer library.

You might also want to check out the current work being done to support the newer CalDAV standard.

Shameless relevant plug: Quick Recipes On Symbian OS contains a whole chapter about interfacing with the Symbian OS C++ Calendar API.


What you need is the API to the Symbian calendar. Although there is a calendar database as an actual file, it is unlikely that you will be able to access this file directly.

You can find the documentation at Using Calendar (CalInterimAPI). You can also look at Calendar Interim API Example v1.1.

0

精彩评论

暂无评论...
验证码 换一张
取 消