I am attempting to build a slider that will show a calendar month view, where you can slide either to the left or right and the previous or next month is visible. I would like to build the slider to that when you slide to the right to the next month, the next month after that is added to the slider and the oldest month is removed, and visa versa when you slide to the previous month the next previous month is added before that slide and the newest month is removed so that you only have three slides total at any given time.
Looking at the API docs there does not seem to be any information on how to add new slides to an existing slider, any help would be appreciated.