Hi,
The correct way to enable email notification to attendees on event creation
is by adding an extra element to your entry -
To do this with the Java client library, you do -
entry.setSendEventNotifications(true);
This element will trigger an email to be sent to each guest of the event you
j
I tried to use setAbsoluteTime of the Reminder class to send reminder
to all the attendees whenever an event is being created. But it always
throws an exception. Following is the code snippet I'm trying to use
Method methodType = Method.EMAIL;
Reminder reminder = new Remin