Hi everyone,
I wanted to let you know about some bug fixes that recently have gone into place with the calendar API. * Comments can now be added to the comments feed for an event by doing a POST to the comments feed URL. * The free-busy projection now returns the proper feed for users that have free-busy access to a calendar. * An attendee to an event can now delete a recurring event off their calendar. * The "next" link (<link rel='next'.../>) is now present in feeds. This problem previously manifested itself most notably in the .NET calendar sample application. You can now page through results using the 'next' and 'previous' links as designed. * The opensearch:totalResults element may now appear in some feeds. However, due to optimization concerns, it's not often possible to send this element. * Optimistic concurrency version conflict errors now correctly return a 409 response code. The response also includes the XML entry as it exists currently on the calendar servers. This allows you to grab the edit URL again and do a follow-up request if you are positive that the write you are making should override any other edits. * Optimistic concurrency version conflict checking is now in place for delete operations. * The full-noattendees and attendees only projections now work. * Meaningful error messages are now returned for invalid gd:who elements and missing gd:when elements. * Some cases of invalid icalendar syntax will now correctly return errors. Also, deleted events may no longer be accessible from the calendar servers 1 week after the event is deleted, as per my earlier post. Please let me know if you have any questions. Happy coding, -Ryan --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
