Hi,
I am not totally sure what you meant by overlapping vs underneath.  But I am
guessing you are asking about the transparency of an event (solid or
transparent).  You can set the transparency of an event like this using the
Java client library -

entry.setTransparency(BaseEventEntry.Transparency.OPAQUE);

or

entry.setTransparency(BaseEventEntry.Transparency.TRANSPARENT);

OPAQUE corresponds to "busy" option in the calendar UI when creating event.
TRANSPARENT corresponds to "available" option in the calendar UI when
creating event.

Hope it helps,
Austin

On Mon, Sep 29, 2008 at 10:31 PM, DSM SlottingCalendar <
[EMAIL PROTECTED]> wrote:

> Hi
>
> I am accessing Google calendar from java code and for that I pass user
> credentials .
> When Google calendar opens, events are populated on the specific date.
> Events populated appear underneath each other but I want them to appear in
> overlapping format.
>
> Could you please suggest what setting is to be done to get overlapping view
> of the events on calendar??
>
> Please reply soon. 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://groups.google.com/group/google-calendar-help-dataapi?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to