Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TZID is parsed but never used when reading ICAL strings #407

Open
dimerman opened this issue Jul 30, 2017 · 0 comments
Open

TZID is parsed but never used when reading ICAL strings #407

dimerman opened this issue Jul 30, 2017 · 0 comments
Labels

Comments

@dimerman
Copy link
Contributor

dimerman commented Jul 30, 2017

the following test fails

it 'parses' do
  ical = 'DTSTART;TZID=AST:20170801T220500\rRRULE:FREQ=MINUTELY;INTERVAL=5'
  schedule = IceCube::Schedule.from_ical ical
  expect(schedule.start_time.zone).to eq 'AST'
end

IMHO it's because on ical_parser.rb:7 the tzid value is read but never used.

Is anybody handling this already? I see it's been handled on #335 .
Any idea what's the ETA on that?

thanks!

@avit avit added the ical label Sep 14, 2017
@avit avit mentioned this issue Sep 16, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants