The correct usage of urlencode is as follows. Note also, the RFC3339 Time must contain a timezone specification. Use Z for UTC for example:
$startDate = "2001-03-16T00:00:00Z"; $endDate = "2008-03-24T23:59:59Z"; $postStr = "?start-min=" . urlencode($startDate) . "&start-max=" . urlencode($endDate); Also, you should use \r\n as the line end character. Philipp --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
