Any Help?
I wan"t to add the contact list to the form create events in agenda app

Le mardi 8 octobre 2013 10:02:56 UTC, galsen a écrit :
>
> Hello Geeks
>
> In this code
>
> Intent intent = new Intent(Intent.ACTION_INSERT);
> intent.setType("vnd.android.cursor.item/event");
> intent.putExtra(Events.TITLE, "Learn Android");
> intent.putExtra(Events.EVENT_LOCATION, "Home suit home");
> intent.putExtra(Attendees.ATTENDEE_NAME, Contacts.CONTENT_URI);
> intent.putExtra(Events.DESCRIPTION, "Download Examples");
>
>
>  I have added this line  intent.putExtra(Attendees.ATTENDEE_NAME, 
> Contacts.CONTENT_URI); for to list all the contact in the list of Guest 
> to invite but It don't work. 
> Is it possible to do this? 
> Thanks to help
>
> 

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to