GithubHelp home page GithubHelp logo

Comments (5)

u01jmg3 avatar u01jmg3 commented on June 6, 2024

For your issue, I don't believe a new class is required. If one event is missing from your occurrence rule when UNTIL is used in combination with a timezone then perhaps that is what you should look to fix.

Both timezone and daylight saving information is available globally. Perhaps this just needs to be incorporated within processRecurrences().

from ics-parser.

u01jmg3 avatar u01jmg3 commented on June 6, 2024

Your issue may have been fixed with 15ad353

from ics-parser.

grimmlink avatar grimmlink commented on June 6, 2024

Hi,

I have a related situation with timezones.
One of my calendar contains recurrent events that have been created with Europe/Paris TZ during DST (summer time). The weekly event looks like this:

BEGIN:VEVENT
DTSTART;TZID=Europe/Paris:20160921T080000
DTEND;TZID=Europe/Paris:20160921T090000
RRULE:FREQ=WEEKLY;BYDAY=WE
DTSTAMP:20161117T165045Z
UID:[email protected]
CREATED:20160920T133918Z
DESCRIPTION:
LAST-MODIFIED:20160920T133923Z
LOCATION:
SEQUENCE:1
STATUS:CONFIRMED
SUMMARY:---------
TRANSP:OPAQUE
END:VEVENT

Start time is 8am in Paris TZ (2 hours offset with UTC is 6am).
Problem is now that the DST is finished we are back to a 1 hour offset but this is what I get from the parser: 20161116T060000Z instead of 20161116T070000Z

Any ideas?
I'll try to work on a PR as I may have a lead with http://php.net/manual/datetimezone.gettransitions.php

from ics-parser.

u01jmg3 avatar u01jmg3 commented on June 6, 2024

Off the top of my head I do not know nor have I seen this before. Happy to accept a PR if you figure out the problem.

from ics-parser.

grimmlink avatar grimmlink commented on June 6, 2024

The problem is that the DTSTART is converted to timestamp before to manage the recurrences
so DTSTART;TZID=Europe/Paris:20160923T153000 becomes 2016-09-23 13:30:00 in unix time

Then there is no way to know in the processRecurrences function if the first occurrence of the event was created during DST or not

PR: #94

from ics-parser.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.