Hi, If I understand correctly, you want to change the way the Google Calendar UI is presented by providing your own values for day and months. That sounds like a cool idea...unfortunately there's no way to do that through the Calendar data API (or any other method that I'm aware of).
Now, if you implemented your own Hebrew calendar UI, you could use the conversion mechanism you already have to convert event information from Google Calendar and display it on your Hebrew Calendar. When user's want to create or modify events, you'd just convert them from Hebrew dates to Gregorian dates and use the Calendar data API to persist the changes. Cheers, Lane On May 7, 9:22 am, ashore <[EMAIL PROTECTED]> wrote: > Specifically,Hebrew. I have the conversion algorithm in JS, and I'd > like to add the computed value for day to each date/day box, and the > month separately. Any reasonable way to do that? Thanks, --AS --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
