OK, here we go again... Trying to format a batch delete using curl. Not sure what I'm missing (besides a brain) but nothing seems to work - lot's of invalid parameter responses... Any help would be much appreciated.
Thanks, Rick ++++++++++ Current code ++++++++++++++ curl --silent --request POST --data "<feed xmlns='http://www.w3.org/ 2005/Atom' xmlns:batch='http://schemas.google.com/gdata/ batch' xmlns:gCal='http://schemas.google.com/gCal/2005'> <category scheme='http://schemas.google.com/g/2005#kind' term='http:// schemas.google.com/g/2005#event' /><entry><batch:operation type="delete"/><id>http://www.google.com/calendar/feeds/default/ private/full/p5djopfl89gefdk9c048jel8ao</id></ entry><entry><batch:operation type="delete"/><id>http://www.google.com/ calendar/feeds/default/private/full/cmt82j4d7j0vem0olei27p7sog</id></ entry><entry><batch:operation type="delete"/><id>http://www.google.com/ calendar/feeds/default/private/full/0do7o7g04guaqguj4nifsh6dns</id></ entry><entry><batch:operation type="delete"/><id>http://www.google.com/ calendar/feeds/default/private/full/ko7e0et6l822r89f1egvm76o80</id></ entry><entry><batch:operation type="delete"/><id>http://www.google.com/ calendar/feeds/default/private/full/02tlgg0lqc1vcho40quflg3s74</id></ entry><entry><batch:operation type="delete"/><id>http://www.google.com/ calendar/feeds/default/private/full/ncf3i3m1ob5dfc3m9oqt7jjddk</id></ entry><entry><batch:operation type="delete"/><id>http://www.google.com/ calendar/feeds/default/private/full/u241if4ur00ije7dvj2tb6l6c8</id></ entry><entry><batch:operation type="delete"/><id>http://www.google.com/ calendar/feeds/default/private/full/8qobnsdajltbldasgbcfv152r4</id></ entry><entry><batch:operation type="delete"/><id>http://www.google.com/ calendar/feeds/default/private/full/6hj6o0r2r3rslo2aljliopamt4</id></ entry><entry><batch:operation type="delete"/><id>http://www.google.com/ calendar/feeds/default/private/full/edepg0js5gd85t1gkh1997fctk</id></ entry><entry><batch:operation type="delete"/>http://www.google.com/ calendar/feeds/default/private/full/eatuk910lgg6lu6deb783hkuk0</ entry></feed>" --header "Authorization: GoogleLogin Auth=DQAAAHYAAAA4Mm8dX5lfxkyHll1dh0UKh-aOGQrSL2ZC_WBFHZGiu- WPLM94UyBxaW_ycuOh2z6835non8vs_Rnphh1MEDgLEGZtTBA3aNC9PQa5M6- KplHRce2r6oBrw27NGn9tsG0oKg8zQZ2yMZUju4Ry-6tu1LJcKq2Ho4xR_ep86lDngA" "http://www.google.com/calendar/feeds/default/private/full/batch" --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
