hi, i would like to know how to setup an entry with reminders using libgcal... is it possible?
I've seen any method in the code to accomplish this, only seen start and end properties, no reminder :( i've tried to load the xml, with the gcal_add_xmlentry functions, doesn't give me any error, but the entry doesn't apear in the calendar either. this is the xml i tried to load using the above function : <entry xmlns='http://www.w3.org/2005/Atom' xmlns:gd='http://schemas.google.com/g/2005'> <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/g/2005#event'></category> <title type='text'>TEST</title> <content type='text'>My content.</content> <gd:transparency value='http://schemas.google.com/g/2005#event.opaque'> </gd:transparency> <gd:eventStatus value='http://schemas.google.com/g/2005#event.confirmed'> </gd:eventStatus> <gd:where valueString='Rolling Lawn Courts'></gd:where> <gd:when startTime='2008-10-01T19:00:00.000Z' endTime='2009-10-01T20:00:00.000Z'> <gd:reminder minutes='1' method='email' /> <gd:reminder minutes='2' method='alert' /> </gd:when> </entry> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
