Java Google Calendar API Version 3 create all day event

1,153 views
Skip to first unread message

Edward Wong

unread,
Dec 16, 2011, 1:27:13 AM12/16/11
to google-ca...@googlegroups.com
Hi,

I would like to know that how to create all day event in JAVA by using version 3.
Any idea can share with me? Thanks.

Cheers,
Edward

Alain Vongsouvanh

unread,
Dec 19, 2011, 12:47:32 PM12/19/11
to google-ca...@googlegroups.com
Hello,

You can create an all-day event like this:

      event.setStart(new EventDateTime().setDate("2011-12-19"));

      event.setEnd(new EventDateTime().setDate("2011-12-20"));


Best,
Alain

--
You received this message because you are subscribed to the Google Groups "Google Calendar API" group.
To view this discussion on the web visit https://groups.google.com/d/msg/google-calendar-api/-/R33gnr0oc-gJ.
To post to this group, send email to google-ca...@googlegroups.com.
To unsubscribe from this group, send email to google-calendar...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-calendar-api?hl=en.



--
Alain Vongsouvanh | Developer Programs Engineer

Edward Wong

unread,
Dec 19, 2011, 8:58:01 PM12/19/11
to google-ca...@googlegroups.com
work like a charm :) Thanks Alain.

btw, if i want to add more than 1 event into calendar, should i need to insert it one by one?

Edward

Alain Vongsouvanh

unread,
Dec 20, 2011, 11:59:44 AM12/20/11
to google-ca...@googlegroups.com
Hello Edward,

Batch request is not yet supported in v3 but is a work in progress. Unfortunately, until this is implemented, you will indeed have to add the events one by one.

Best,
Alain


Edward

--
You received this message because you are subscribed to the Google Groups "Google Calendar API" group.

To post to this group, send email to google-ca...@googlegroups.com.
To unsubscribe from this group, send email to google-calendar...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-calendar-api?hl=en.
Reply all
Reply to author
Forward
0 new messages