Re: [android-developers] Provide events to Calendar-App using ContentProvider

2013-11-25 Thread Danny S.
Hi Justin, first thanks for your answer. I googled a lot before posting for searching a good approach for providing my events to the Android Calendar API. I think my own solution will be to gather all my events to save them to the calendar using the calendar API if it does not already exists.

Re: [android-developers] Provide events to Calendar-App using ContentProvider

2013-11-25 Thread Justin Anderson
Hi Danny, I'm glad you are able to find a working solution. In the future if you provide some information that you've actually done research, then I promise I won't reply with links telling you to do some homework first... :-) Thanks, Justin Thanks, Justin Anderson MagouyaWare Developer

Re: [android-developers] Provide events to Calendar-App using ContentProvider

2013-11-22 Thread Justin Anderson
Step 1: Read this - http://android-dev-tips-and-tricks.blogspot.com/2012/08/so-you-need-help.html Step 2: http://lmgtfy.com/?q=android+calendar+content+provider Step 3: Read up on Calendar Provider (the very FIRST link in the above search) Thanks, Justin Anderson MagouyaWare Developer

[android-developers] Provide events to Calendar-App using ContentProvider

2013-11-21 Thread Danny S.
Hi, I want to provide events from my application to the standard Android calendar (com.android.com). Now I know, that a ContentProvider is used to give other applications access to application data. First I thought about adding my own ContenProvider to allow the calendar-APP accessing my