C# Class Scheduler.Web.Handlers.ICalHandler

Summary description for ICalHandler
Inheritance: IHttpHandler
Datei anzeigen Open project: renmengye/CoursePlanner

Public Methods

Method Description
ProcessRequest ( HttpContext context ) : void
TryAddCourse ( uint courseId, string courseString, string sectionCode, DDay.iCal.iCalendar calendar ) : bool
TryParseCalendar ( string courseStrings, DDay.iCal.iCalendar &calendar ) : bool

Private Methods

Method Description
ConvertDateTime ( System.DateTime offset, DayOfWeek day, byte quarters ) : System.DateTime
TryGetCourseIds ( string courseName, uint &courseId ) : bool
TryGetSectionCode ( string courseString, string &sectionCode ) : bool

Method Details

ProcessRequest() public method

public ProcessRequest ( HttpContext context ) : void
context System.Web.HttpContext
return void

TryAddCourse() public method

public TryAddCourse ( uint courseId, string courseString, string sectionCode, DDay.iCal.iCalendar calendar ) : bool
courseId uint
courseString string
sectionCode string
calendar DDay.iCal.iCalendar
return bool

TryParseCalendar() public method

public TryParseCalendar ( string courseStrings, DDay.iCal.iCalendar &calendar ) : bool
courseStrings string
calendar DDay.iCal.iCalendar
return bool