Re: setAbsoluteTime method throws exception

2008-05-22 Thread Austin (Google)
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

setAbsoluteTime method throws exception

2008-05-21 Thread sam_thrust
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