Found the answer after digging a bit in BOL.
There is a table named sysschedules which can be used and the relation between sysjobs, sysjobschedules and sysschedules is
sysjobs.job_id = sysjobschedules.job_id
and
sysschedules.schedule_id = sysjobschedules.schedule_id
-Amit