Hi I am a little confused about all these urls. I am wrtiting a binding of google Calendar to iSync through the java api. iSync needs IDs for all the entries, so I started using the getId() I got from the api. But then I figured that I would need to have the edit URL to edit or delete things (well, I cant edit or delete calendars seemingly, but events...). But now when I get a canceled event from the api it won't have an edit url (which kinda makes sense), which is a problem, since I used that to ID it.
To make it short: is there a convenient way to convert between the edit url and the id (and maybe the feed url)? That way I could just use getId() and generate the editurl on the fly... Daniel --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
