def tz_info_source? #:nodoc:
@tz_source == 'TZINFO'
end
to
def tz_info_source? #:nodoc:
(@tz_source == 'TZINFO') || timezones.empty?
end
Looks like it might work for processing calendars which don't have
vtimezones but use timezone id's which TZInfo understands. These are
definitely outside of the icalendar specification, and there may be
issues if you try to turn around a produce an icalendar data stream
from such calendars, but you might want to try it.
> --
> You received this message because you are subscribed to the Google Groups "RiCal" group.
> To post to this group, send email to rica...@googlegroups.com.
> To unsubscribe from this group, send email to rical_gem+...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/rical_gem?hl=en.
>
>
--
Rick DeNatale
Help fund my talk at Ruby Conf 2010:http://pledgie.com/campaigns/13677
Blog: http://talklikeaduck.denhaven2.com/
Github: http://github.com/rubyredrick
Twitter: @RickDeNatale
WWR: http://www.workingwithrails.com/person/9021-rick-denatale
LinkedIn: http://www.linkedin.com/in/rickdenatale