Penn Academic Calendar API

This documentation explains the methods of the Calendar object.

class penn.calendar3year.Calendar[source]
pull_3year()[source]

Returns a list (in JSON format) containing all the events from the Penn iCal Calendar.

List contains events in chronological order.

Each element of the list is a dictionary, containing:
  • Name of the event ‘name’
  • Start date ‘start’
  • End date ‘end’