Hi Ankit,I'd suggest checking that displayStart and displayEnd are actually Date properties. It sounds like they aren't.The timeZone property needs to be parseable by TimeZone.getTimeZone(). See http://docs.oracle.com/javase/7/docs/api/java/util/TimeZone.html#getTimeZone(java.lang.String)Regards,Jus...