Created
January 23, 2012 17:53
-
-
Save christianchristensen/1664506 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
$fields = array( | |
"groups" => array("52d1c068-f611-11e0-a44b-12313d04fc0f"), | |
"title" => "Test Event Creation", | |
"description" => "Description test goes here...", | |
"date_time" => array( | |
"start" => "2012-02-15T08:05:00", | |
"end" => "2012-02-15T09:05:00", | |
), | |
"published" => TRUE | |
); | |
echo http_build_query($fields); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment