ICS import not working
-
Hi
All of a sudden all our booking syncing has stopped working (booking.com, pitchup & airbnb).
When i manually import the ics feeds via WPBC > settings > sync they all work fine.
We have the shortcode setup on pages for each room type and company import in the below fashion:
[booking-manager-import url=’https://www.airbnb.co.uk/calendar/ical/my-id’ resource_id=1 import_conditions=’if_dates_free’ from=’today’ until=’any’]When we visit these manually when we know there is a booking to import we get the message – Imported 0 bookings and no bookings have been added.
We have a function in our functions.php to visit these pages as below:function call_url_foxglove_pitchup() {
$url = 'https://bowrundellifestyle.co.uk/my-import-url/';
wp_remote_get( $url );
}
function call_import_urls() {
call_url_foxglove_pitchup();
}Which i believe is run on every page load anyway. But yet we get nothing imported from the ics feeds.
The page I need help with: [log in to see the link]
The topic ‘ICS import not working’ is closed to new replies.


