I'm trying to display a public, read-only calendar from Google Calendar on my php-based site. I've been reading the API documentation and have been working through the Zend Framework gdata documentation, but I really think the easiest way to accomplish what I'm trying to do is through using the Embeddable Calendar Helper Tool, but I need just a bit of tweaking, but I can't find any documentation on the tool and I haven't found if I can even tweak the results at all.
The issue I have is that the DIV I'm trying to include the calendar in is only 230px wide (it's a narrow column). When I specify the calendar as 230x360px or so, it generally works for what I'm doing (I'd like to have something more like the minimalist, miniature sidebar calendar that appears on the left when you log into Google Calendar, but this is close enough for me). However, the difficulty I'm having is that when the user clicks on a day with an event, the pop-up is wider than the DIV that it's inside, and as a result the full details of the even cannot be read as they get cutoff on the right. Is there any way to control the width of the pop-up? If not, can anyone direct me to some example code that accomplishes what I'm trying to do. I'd hate to re-invent the wheel if I don't need to, especially since the Embeddable Calendar Helper Tool is so close to what I'm looking for. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
