Hi, I want to send Email Notification/ or invitation to the Event to the List of participants of a particular event. I am using Java api of Google Calendar to do that, but I am not sure how to send Email Notification through Java Api. Right Now I am adding participants to my Events by using this code
EventWho participant = new EventWho(); participant.setEmail(meet.getList(i)); Please help me how to send notification. Any help is appreciated --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
