On 2009-10-13 22:05:15 -0700, todu <[email protected]> said: > > Is there a mechanism to mark a completion status for an event like a > task? > > Tasks do not have times and cannot be added just like events Ideally > would be great to be able to create a task similar to an event and > allow for when completed. And for shared calendar to see who marked > it completed. > > Queries can show pending and completed. > > Any thoughts on this for the data API extension aspects
There's no way to do this in the Calendar UI, so there's not going to be anything in the API either. However, you can store arbitrary data in <gd:extendedProperties> elements, which would let you implement something like that (but just within your application). -- Trevor Johns --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
