How to export the events in a calendar in android phone to vcs file using code. Or is there any other format that I can export all events in calendar?
How can I do this in android? Thanks
There is no documented internal calendar API on Android. You'll need to use Google Calendar API.
There is an unofficial, unsupported, not-recommended and non-future-proof way of accessing Calendar app internal database: http://www.developer.com/article.php/3850276
VCS files are in vCalendar format, which is old format. The replacement is iCalendar. This is a simple, one property-per-line format, which is simple to implement.