Nobody knows this?
On 11月17日, 下午2时40分, plargo <[EMAIL PROTECTED]> wrote:
> 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 thecalendar
> // 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
> >calendarsource code orcalendarvideos in Youtube. But I do see
> > scource code about attendees. Can anyone give a overview picture on
> > meeting request of androidcalendar?
> > Thanks- 隐藏被引用文字 -
>
> - 显示引用的文字 -
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---