profwannabe
Programmer
I am trying to generate a calender of lectures for a course I am teaching that will populate lecture dates with URLs to assigned readings (each reading has a title and URL and has a foreign key to a Lecture table with the lecture date and title, as there is a 1-to-many relationship from lecture to readings). Ideally the calender would be monthly rather than for an entire semester. Any ideas?