Takes care of proper naming in calendar, converts title to Capital Case and also takes care of exceptions. Fixes #18
LGTM :thumbsup:
Looks good to me. Also, please add a condition for 'FESCo' too.
@a2batic The condition for regular expression covers 'FESCo' I thought.
@manaswinidas, actually API is itself sending it as 'fesco', thats why regex is not handling it, but it should be displayed as 'FESCo'.
2 new commits added
rebased onto 96fee6f91682d6f8056d4a144ef7962660eb4dc4
rebased onto 08ffbac0771b32d758ed089e1ab1a7a6ba6a6fae
I have made the necessary changes.
LGTM, Merging the PR.
Pull-Request has been merged by a2batic
Takes care of proper naming in calendar, converts title to Capital Case and also takes care of exceptions.
Fixes #18