Wykres commitów

278 Commity (master)

Autor SHA1 Wiadomość Data
dlichtistw 306e6189bc Parse rrules
Create a rrule or rruleset from a component's rrule property.
2018-09-18 22:16:19 +02:00
Thomas Irgang 3607775f3f
v0.1.10
Merge pull request #27 from dlichtistw/development
2018-09-18 07:40:29 +02:00
Thomas Irgang 140368d2e8
Merge pull request #27 from dlichtistw/development
Add support for duration
2018-09-18 07:39:52 +02:00
dlichtistw 2ef94289da Add: Event duration support
Set end = start + duration, if there is no end property.
2018-09-17 19:43:32 +02:00
dlichtistw 89c64a896e Add docstring
Add description to extract_exdates function.
2018-09-17 18:54:05 +02:00
Thomas Irgang 4faddf5b55
v0.1.9
Merge pull request #25 from PabloCastellano/develop
2018-09-17 11:45:03 +02:00
Thomas Irgang a30143fbe9
Merge pull request #25 from PabloCastellano/develop
Multiple improvements
2018-09-17 11:44:37 +02:00
Pablo Castellano 2525f044d8 Merge remote-tracking branch 'origin/master' into develop 2018-09-17 11:06:22 +02:00
Thomas Irgang ae6a211707
v0.1.8
Merge pull request #26 from dlichtistw/Fix-EXDATE
2018-09-17 06:39:29 +02:00
Thomas Irgang 98ed17d084
Merge pull request #26 from dlichtistw/Fix-EXDATE
Fix exdate
2018-09-17 06:34:05 +02:00
Pablo Castellano 682dbe2ff5 Keep type() instead of isinstance() for some cases
Since isinstance() deals with inheritance and `datetime.datetime` inherits
from `datetime.date` we have no way to distinguish the object type.
2018-09-17 00:29:49 +02:00
dlichtistw 9803b5007d Strip exception dates
Don't fail for single exception dates.
2018-09-16 22:37:23 +02:00
dlichtistw 2f518cce81 Strip exception dates
Build a list of exception dates and remove recurring events if their start ist contained in this list.
2018-09-16 22:26:20 +02:00
Pablo Castellano e3b3356105 test: add two new tests 2018-09-16 18:42:32 +02:00
Pablo Castellano 716ff90a4e use relativedelta to calculate next month/year
relativedelta handles correctly leap years
2018-09-16 18:21:53 +02:00
Pablo Castellano f8780400cf remove autogenerated build directory 2018-09-16 18:16:39 +02:00
Pablo Castellano 1f05d58c72 feat: add support for MONTHLY events with BYDAY clause
fixes #16 and #24
2018-09-16 18:16:39 +02:00
Pablo Castellano d2f5e62061 fix: setup.py use setuptools and correct download_url 2018-09-16 18:16:39 +02:00
Pablo Castellano b8c35de2a1 style: Python idioms and PEP8 2018-09-16 18:16:39 +02:00
Thomas Irgang 74d6fd3e51
skip clean added
clean deletes the build files before upload to pypi is done
2018-09-13 08:04:55 +02:00
Thomas Irgang 6a9e870a26
v0.1.7
new version to retrigger pypi deployment
2018-09-13 07:54:54 +02:00
Thomas Irgang 1d491ef828
Only build with python 3.6 2018-09-13 07:44:53 +02:00
Thomas Irgang d607afc134
Update to version 0.1.6
New version with fix for all_day recognition #23 by @dlichtistw
2018-09-13 07:32:45 +02:00
Thomas Irgang a7b9b5828e
Merge pull request #23 from dlichtistw/Fix-all_day
Fix all_day recognition
2018-09-13 07:30:21 +02:00
dlichtistw c635996cc2 Fix unittest
Reflect all-day event in test data.
2018-09-12 19:58:48 +02:00
dlichtistw 8572fafa15 Description on recurring events
Copy description when creating repeated copies of recurring event.
2018-09-12 06:53:27 +02:00
dlichtistw 4fc623bf1d Fix all_day recognition
Fix type check for all_day flag.
2018-09-08 12:51:11 +02:00
Thomas Irgang 652f522e57
Update version to 0.1.5
Pull request merged.
2018-04-10 07:36:24 +02:00
Thomas Irgang a9b4792201
Merge pull request #15 from cun3yt/master
Reading Ability of Events from String Content
2018-04-10 07:35:00 +02:00
Cuneyt Mertayak 5831b1ee1f Reading Ability of Events from String Content
Reading events from pure string content is added. It becomes a need when the calendar content is not served from a URL or a file.
2018-04-03 22:32:25 -07:00
Thomas Irgang 788365c3b3
Merge pull request #14 from arturom/byday_fix_for_week 2018-02-26 20:43:20 +01:00
Thomas Irgang 42afe9e701
Merge pull request #14 from arturom/byday_fix_for_week
Applied BYDAY fix to events using a DAILY FREQ rule
2018-02-26 20:42:46 +01:00
Arturo Mejia b4cb15006b Applied BYDAY fix to events using a DAILY FREQ rule 2018-02-26 10:50:04 -05:00
Thomas Irgang d709e0e5d6
Update setup.py
v0.1.3
Handle 'BYDAY' property when it is provided in weekly rule
2018-02-25 14:59:58 +01:00
Thomas Irgang b4a589d168
Merge pull request #11 from arturom/byday_fix_for_week
Handle 'BYDAY' property when it is provided in weekly rule
2018-02-25 14:58:21 +01:00
Arturo Mejia d48335d3b2 Added unit test_generate_day_deltas_by_weekday function 2018-02-25 02:36:36 -05:00
Arturo Mejia 92107ca247 Fixed trying to make a set from None 2018-02-25 02:16:50 -05:00
Arturo Mejia 570096b768 Handle 'BYDAY' property when it is provided in weekly rule 2018-02-25 01:08:13 -05:00
Thomas Irgang f889d15577
deploy release without tag
not possible to do a tagged commit with the web interface.
2018-02-09 07:41:15 +01:00
Thomas Irgang a3b5e0d73b
new release v0.1.2
pull request integrated.
2018-02-09 07:37:38 +01:00
Thomas Irgang 41ee0f7ca2
v0.1.2
Pull request from PabloCastellano integrated.
2018-02-09 07:32:43 +01:00
Thomas Irgang e6f9812b19
Merge pull request #9 from PabloCastellano/master
Parse event's description attribute
2018-02-08 07:35:24 +01:00
Pablo Castellano c565f798b7 Add new test to check event attributes 2018-02-07 22:04:28 +01:00
Pablo Castellano 9b3ad57a98 Add description to events 2018-02-06 20:36:31 +01:00
Irgang f04272f840 auto deploy, v0.1.1 2017-07-21 07:38:17 +02:00
Irgang fdedad8d9b test coverage 2017-07-20 18:11:50 +02:00
Irgang 24dac83933 Version 0.1.0 2017-07-20 18:04:40 +02:00
Irgang 1d0df6468f code coverage extended 2017-07-20 18:02:46 +02:00
Irgang 88176bc17c start only bug fixed. 2017-07-20 18:02:28 +02:00
Irgang ada65b3674 new test for async interface added 2017-07-20 17:49:01 +02:00