Can anyone please provide a Tutorial or Example of how to use a sqlite database for adding events to the database and in-turn adding them to the users calendar.
Thankyou.
Some database tutorial is here http://www.vogella.com/articles/AndroidSQLite/article.html
You can add events into calendar through content provider. But it's available since api level 14. Here is tutorial http://developer.android.com/guide/topics/providers/calendar-provider.html
In older android versions you can use intent's to open calendar. It will not insert event into calendar, but will open calendar app and fill some fields. http://developer.android.com/guide/topics/providers/calendar-provider.html#intent-insert