Start and end dates for calendar
I want to be able to have a calendar that shows only the load in and return dates. All the calendars that I've tried show the full length of the event. Is there a way to scrape this data and integrate it into a Google Calendar?
-
One way to get that information is grabbing the header-data from an event. The api string is:
You can use whichever of the codeList items you need. Based on your example yours would probably be something like.
I don't know how you get it into Google calendars, but the API returns your data as JSON so you should be able to go from there.
Norm
Please sign in to leave a comment.
Comments
2 comments