BTW
what does it actually mean for below code comments?
private void updateEventAttendeeStatus(SQLiteDatabase db,
ContentValues attendeeValues) {
       // Get the event id for this attendee
       long eventId = attendeeValues.getAsLong(Attendees.EVENT_ID);

       // Currently, we only fetch the attendee for the owner of the
calendar
       // so all the following expensive code is just wasted overhead.
       // When we actually support multiple attendees for an event, we
will
       // have to execute this code (and perhaps tune it to make it as
       // efficient as possible).
       if (MULTIPLE_ATTENDEES_PER_EVENT) {
...
...


On 11月17日, 下午2时13分, plargo <[EMAIL PROTECTED]> wrote:
> I didn't see options for meeting request in SDK/emulator, either in
> calendar source code or calendar videos in Youtube. But I do see
> scource code about attendees. Can anyone give a overview picture on
> meeting request of android calendar?
> Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to