[android-developers] Re: adding a quick add event to the Calendar

2010-02-17 Thread xh
There is an app called Calendar Quick Add on the Market that add events to calendar using the quick add syntax from google calendar itself, i.e. just natural language event description (1pm coffee with mr. g at Starbucks). http://www.cyrket.com/p/android/com.xinlu.quickadd/ (*Warning of bias:

[android-developers] Re: adding a quick add event to the Calendar

2010-02-01 Thread Jonathan Epstein
I've followed this discussion with interest, and have looked every few days for your Pro version, i.e. Target Date Pro, but it's still not available in the Market. I would really like to try it, although I have some concerns that it won't fit well into my workflow. I have come to be a big fan of

[android-developers] Re: adding a quick add event to the Calendar

2010-01-23 Thread jarkman
Thanks! That's a very handy link. I've succeeded in adding events to the calendar on a Cliq, but my first event (which had no time) seems to have driven the Calendar sync protocol mad. My Calendar no longer syncs any events back to Google Calendar on the web, and the web interface claims I have

[android-developers] Re: adding a quick add event to the Calendar

2010-01-22 Thread andrew android
I understand where you are coming from... In my app - Target Date Pro - it is possible now to do this quick event addition and also jump to a specific event. Inclusion of reminder to the quickly added event is a likely future enhancement. On Jan 13, 8:26 am, Jonathan Epstein jae6...@gmail.com

[android-developers] Re: adding a quick add event to the Calendar

2010-01-22 Thread jarkman
Andrew, can you share how you are adding events to the calendar ? I can't find any documented API, so I am assuming you are using an undocumented one... :-) Thanks, Richard On Jan 22, 1:49 pm, andrew android andygoldm...@gmail.com wrote: I understand where you are coming from... In my app -

[android-developers] Re: adding a quick add event to the Calendar

2010-01-22 Thread andrew android
I am using the URI. For some strange reason, android sdk does not expose the API. There is a content URI for calendars and events. Search for android calendar URI not on android official site but elsewhere and you can find some more info which others have shared and this was useful to me. On

[android-developers] Re: adding a quick add event to the Calendar

2010-01-22 Thread andrew android
. http://www.developer.com/ws/article.php/3850276/Working-with-the-Android-Calendar.htm is best place for info. On Jan 22, 8:17 pm, andrew android andygoldm...@gmail.com wrote: I am using the URI.  For some strange reason, android sdk does not expose the API.  There is a content URI for