The URL TripIt posted was definitely wrong, bhrubin spotted it (like webdes03) and posted in another thread, his / her observation sorted out my syncing issues, definitely try it for your URL problems
Originally Posted by
bhrubin
Just resolved my TripIt Pro calendar integration with Google calendar. I added the appropriate URL as instructed but without the "www." as their instructions included for that URL...and it works now like a charm. Perhaps others might try that trick.
I've notified TripIt customer support so they might change their instructions.
Hope that helps others!
For those not used to code I have posted examples showing exactly what needs changing.
Below is the wrong code as shown by TripIt
https://
www.tripit.com/feed/ical/private/<this will be your code specific>/tripit.ics
Below is the correctly amended version without the
www.
https://tripit.com/feed/ical/private/<this will be your code specific>/tripit.ics
I hope this helps.