Function create_posts
Create GCAL posts for all the imported events
Parameters summary
resource |
$events_list |
<ul> <li>SQL Result of list of events present in wp_options</li> </ul> |
array |
$failed_items |
<ul> <li>Items for which creation of posts fails</li> </ul> |
integer |
$event_count |
<ul> <li>Total Event Count</li> </ul> |
integer |
$success_count |
<ul> <li>Count of events for which posts are created successfully</li> </ul> |
Return value summary
array
|
$update_stats - Statistics of maping |