On Feb 6, 2:26 am, Ben <[email protected]> wrote:
> Thanks, Austin.
>
> I would like to use googlecalendarto handle conference meeting
> scheduling. We have a couple unique fields (such as conference meeting
> type, meeting ID, etc) that needed to be on theUIand I doubt if they
> should be standard fields for google to offer to everyone.
>
> I was thinking of another approach: catch the CRUD event and just
> append our fields (default values) as string to the descriptionfield.
> For example, I'd want to catch CREATE event, update the descriptionfield, 
> then let google sent out invite to guests. It would be the best
> if I can catch this event before google sends out emial to the guests.
> Otherwise, I'd have to scan for RSS feeds constantly and update the
> description if detect any CRUD events. The problems are: 1.
> performance, 2. I may have to send one more email to the guests about
> the updated descriptionfield.
>
> However, I doubt GoogleCalendarhas api for these events. Any
> comments?
>
> Ben

Hi Ben,
Unfortunately, we don't have any way to do that. The best I can
recommend is to either:

1. Scan the calendar for new events, as you mentioned.
2. Have users input events directly into your application, then create
the calendar entry on the user's behalf.

Sorry I don't have better news for you.

--
Trevor Johns
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Calendar Data API" 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/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to