I found Method property in Reminder class. But, I can't find the way to adding reminder :-(
We can set multiple reminder to a event on web. --- Event A ------------- [Reminder] Email : 10 minutes Pup-up : 15 minutes SMS : 20 minutes ------------------------- But, .NET Lib have only one Reminder property in When class. eventEntry.Times[0].Reminder.Method How do I set minutes value of each different types remider ? ----- Original Message ----- From: Frank Mantek To: [email protected] Sent: Saturday, May 26, 2007 6:03 PM Subject: Re: .NET version 1.0.9.8 is released that is actually in there as well.. did i forget that in the release notes? On 5/26/07, yamamo <[EMAIL PROTECTED] > wrote: Hi Frank Now, we can set different types of reminders (email, popup, mobile) for each of events. Do you have a plan to support different types of reminders ? ----- Original Message ----- From: Frank Mantek To: Google Calendar Data API ; [EMAIL PROTECTED] ; [EMAIL PROTECTED] ; [EMAIL PROTECTED] ; [EMAIL PROTECTED] Sent: Friday, May 25, 2007 8:40 PM Subject: .NET version 1.0.9.8 is released A new version is released for binary download. This fixes several bugs in the spreadsheetservice, as well as handling extendedProperties. Furthermore, support for the ACL feeds is added. Finally, ASP.NET Dlls are added that have the AllowPartiallyTrustedCallers attribute set. >From the release notes: == 1.0.9.8 == - fixed a parsing bug in SpreadsheetService - fixed a bug in GDataRequestException that would prevent AppsException from accessing the server's response. - modified AppsException to comply with new GDataRequestException - fixed a bug in CalculateBaseUri, that caused a crash if the passed in parameters are all NULL. This caused composite feeds to not load if there was a comment feed embedded - fixed a bug in the CalendarEventEntry, it was not parsing extendedProperties. They are now parsed and added correctly to the ExtensionElements - added ACL support. This resulted in changes in the CalendarService.Query method - as a CalendarService can now return an EventFeed or an AccessControlFeed. Added Query overloads to accept EventQuery or AclQuery and return the appropriate Feeds - added a cmd line tool to query/insert/update to a service based on streams - modified the Spreadsheet service to use the new scheme of service subclassing. This should fix a bundle of issues with regard to entry castings. - changed persistence of gd:extendedProperty to save the value attribute, even if there is no data to persist - Added an ASP.NET release (lib/ASP.NET) where the DLLs are build with the AllowPartiallyTrustedCallers attribute n enabled. Please use with caution and refer to the readme.txt in that subdirectory for more information. This is a recommended update for all users. Go, get it from: http://code.google.com/p/google-gdata/ Regards Frank Mantek Google --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
