Metadata-Version: 1.1
Name: plone.event
Version: 1.0b4
Summary: Event and calendaring related tools not bound to Plone
Home-page: https://github.com/plone/plone.event
Author: Plone Foundation
Author-email: plone-developers@lists.sourceforge.net
License: GPL
Description: Introduction
        ============
        
        Event/Calendaring related infrastructure. Recurrence calculation tools based on
        RFC2445 and timedelta recurrence rules, timezone tools and date conversion
        tools.
        
        Parts of this package derived from Products.DateRecurringIndex.
        
        Changelog
        =========
        
        1.0b4 (2013-05-27)
        ------------------
        
        - Add open_end attribute to IEventAccessor interface definition to mark events
          without a defined end time.
          [thet]
        
        - Change of pydt signature: exact instead of microseconds and set the defaul to
          False.
          [thet]
        
        
        1.0b3 (2013-04-24)
        ------------------
        
        - Raise test coverage to 100%.
          [thet]
        
        - Add date_to_datetime, is_date, is_datetime to plone.event.utils.
          [thet]
        
        
        1.0b2 (2013-02-08)
        ------------------
        
        - Package metadata updated.
          [thet]
        
        
        1.0b1 (2012-10-12)
        ------------------
        
        - In plone.event.utils.guesstz, don't return UTC timezone for timezoneNaive
          DateTime objects. Let the callee decide what to do with timezoneNaive
          DateTime.
          [thet]
        
        - Remove microseconds for recurrence_sequence_ical, since python-datetime
          rrulestr does not support microseconds.
          [thet]
        
        - Let pydt preserve microseconds when converting from Zope DateTime.
          [thet]
        
        - Include default IEventAccessor adapter.
          [thet]
        
        - In pydt conversion util function, test for Zope DateTime via class name.
          Return Null, if something else than a datetime or DateTime object is given.
          [thet]
        
        - Reduce MAXCOUNT for recurrences from 100000 to 1000. Indexing unlimited
          recurrences took too long.
          [thet]
        
        - Added dedicated timezone validator with fallback zone.
          [thet]
        
        
        1.0a1 (2012-02-24)
        ------------------
        
        - Initial alpha (!) release from the Plone Konferenz 2012 in Munich.
          [thet]
        
Keywords: Plone calendar calendaring event recurring
Platform: UNKNOWN
Classifier: Framework :: Plone
Classifier: Programming Language :: Python
