rpodcast / shinycal

The Data Science StreamRs Calendar!
https://rpodcast.shinyapps.io/shinycal
Other
21 stars 4 forks source link

add previous week records after schedule api pull #5

Closed rpodcast closed 3 years ago

rpodcast commented 3 years ago

When we use the schedules API, it will only pull down the upcoming stream date/times. If we are viewing the calendar app, that means potentially many entries could be missing in the current week. It should be fairly simple to take the records pulled via the schedules api and find the closest series of entries, then simply subtract 7 days from that date time.