Hello Sir,
I downloaded the CalVi and Its Work fine for the hard
coded user private calendar name (primary Calendar).
Example:
function main() {
calId='[email protected]';
var calendar = new calvis.Calendar();
calendar.setCalendarBody('calendarBodyDiv');
calendar.setStatusControl('statusControlDiv');
calendar.setNavControl('navControlDiv');
calendar.setViewControl('viewControlDiv');
calendar.setEventCallback('mouseover', displayEvent);
calendar.setPrivateCalendar(calId);
calendar.setLoginControl('loginControlDiv');
calendar.setDefaultView('month');
calendar.render();
}
The above code is work only for users private calendar.
how can I Show the other calendar using calVi.
how can I pass the users primary calendar name instead of hard coded
while the page is loading.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---