Hello, You can send a notification to attendees on update and creation by setting the event's "sendEventNotification" element to true:
event.setSendEventNotifications(true); It is not possible to send an .ics file through the API. This has already been answered many times in the forum. Best, Alain On Thu, Aug 11, 2011 at 6:47 AM, Test Test <[email protected]> wrote: > Hey... > I found the way of sharing calendar with other user but now came up > with new problem..... > Now i want to notify my friend at the time of event creation/update > either through sms or via email through java code. > I found the way for reminder and notification before event occur. But > i want to notify friends at the time of event creation..... > Also the problem of import/export of.ics file format through java code > is not yet solved...so reply for this as well... > > Thanks... > > On Aug 11, 3:07 pm, Test Test <[email protected]> wrote: > > Hi All, > > > > I'm doing a project in which my requirement is to share other friends > > calendar and book their slots for meeting or import/export the > > standard .ics file from other calendar through java code. I searched > > the java API for the same but found the API for sharing but that was > > in .Net. I need the same APi's but in java. So i need your help, so > > please reply as soon as possible. > > > > Thanks in advance...:) > > -- > 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://code.google.com/apis/calendar/community/forum.html > -- Alain Vongsouvanh -- 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://code.google.com/apis/calendar/community/forum.html
