Hi

Thanks for replying.

I am attaching two snapshots each for Underneath view and Overlapping View.
I hope that will make my question more clearer for you to understand.

If any event which spans more than one day then I get event displayed on
Google Calendar as  "Underneath view" but I want it to appear in overlapping
view. Is there any setting which helps to get the events displayed in
Overlapping view on Google UI.

Thanks in advance.



On Wed, Oct 1, 2008 at 3:18 AM, Austin (Google) <[EMAIL PROTECTED]>wrote:

> 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