Hi Isaac,
Thee Feed Calendar can be configured from theme.skin but it must be configured separately because it has a SkinID. ie put what you want in theme.skin but use:
<mp:DataCalendar runat="server" SkinID="rsscal"
...
/>
so you could copy the main one and just add the skinid
Hope that helps,
Joe