Title: managementboy's Replies | WordPress.org

---

# managementboy

  [  ](https://wordpress.org/support/users/managementboy/)

 *   [Profile](https://wordpress.org/support/users/managementboy/)
 *   [Topics Started](https://wordpress.org/support/users/managementboy/topics/)
 *   [Replies Created](https://wordpress.org/support/users/managementboy/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/managementboy/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/managementboy/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/managementboy/engagements/)
 *   [Favorites](https://wordpress.org/support/users/managementboy/favorites/)

 Search replies:

## Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sync Facebook Events] More data for an event venue](https://wordpress.org/support/topic/more-data-for-an-event-venue/)
 *  Thread Starter [managementboy](https://wordpress.org/support/users/managementboy/)
 * (@managementboy)
 * [12 years ago](https://wordpress.org/support/topic/more-data-for-an-event-venue/#post-4692378)
 * I am not sure what you mean. The gist link I send contains the current file I
   am using. It has worked for about a month now.
 * I am under the impression that it still contains a lot of “old” code like this:
 *     ```
       if($args['EventStartHour'] == '22' && $event['uid'] == '256763181050120') { //why are UT events 2 hours off???
       				$args['EventStartHour'] = '20';
       				$args['EventEndHour'] = '22';
       				$args['EventEndDate'] = date('m/d/Y',strtotime($args['EventEndDate'], '-1 day'));
       			}
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sync Facebook Events] Plugin no sync with facebook [Solved]](https://wordpress.org/support/topic/plugin-no-sync-with-facebook-solved/)
 *  [managementboy](https://wordpress.org/support/users/managementboy/)
 * (@managementboy)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/plugin-no-sync-with-facebook-solved/#post-4065217)
 * [@tharkos](https://wordpress.org/support/users/tharkos/): Thank you!! That was
   the last missing puzzle. As of 10.03.2014 the plugin works.
 * As a reference for others:
 * First hiccup was understanding that Facebook Page UID needs to be a number you
   find out by adding graph instead of “www” in front of facebook.com. It looks 
   like this “id”: “130821973783” for the Facebook page [https://graph.facebook.com/gwup.org?fref=ts](https://graph.facebook.com/gwup.org?fref=ts)
 * The second was changing to the strtotime code posted here. My starttimes from
   facebook looks like this. [start_time] => 2014-05-29T14:00:00+0200 … I bet thats
   why we need the string to time conversion.
 * Third
    Add $args[‘Organizer’][‘Organizer’] = $event[‘host’]; to about line 145
   to have the host added to the post.

Viewing 2 replies - 1 through 2 (of 2 total)