Martin Eigenmann
|
00f3392230
|
fix: allows until to be defined as datetime with timezone. Shamelessly copied code from @mbafford: https://github.com/jazzband/icalevents/pull/109/files
|
2022-12-18 12:14:31 +01:00 |
Martin Eigenmann
|
266ca3d24d
|
Merge remote-tracking branch 'origin' into recurring-and-floating-events
|
2022-12-18 08:52:47 +01:00 |
Eliza Wilson
|
970821b5bd
|
Tests account for sorting; dependencies updated
|
2022-09-19 16:58:55 -05:00 |
Martin Eigenmann
|
3ab3008c2e
|
remove unused file
|
2021-12-26 15:27:34 +01:00 |
Martin Eigenmann
|
b7062ab7cb
|
feat: fix recurring_id timezone
|
2021-11-12 11:10:25 +01:00 |
Martin Eigenmann
|
eb588f0d8f
|
implement Floating events & Attendee params closes #84
|
2021-11-11 23:14:15 +01:00 |
Martin Eigenmann
|
eaaa26320e
|
feat: handle timezone and recurring events
|
2021-11-11 23:03:02 +01:00 |
Martin Eigenmann
|
c368ad8ec4
|
Merge pull request #92 from tresni/missing-status
Finalize support for STATUS/URL
|
2021-11-07 18:02:52 +01:00 |
Brian Hartvigsen
|
0edd8b9d19
|
Add tests for status and url
|
2021-10-30 17:24:26 -06:00 |
Brian Hartvigsen
|
16573fc2dc
|
Adding test for rrule until with only a date
|
2021-10-30 14:39:44 -06:00 |
rickmeasham
|
e455fe8d76
|
fix: Template on empty/unreadable file exception is a string, not a float
|
2021-10-30 22:59:26 +11:00 |
pre-commit-ci[bot]
|
5c9a839851
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2021-10-17 16:31:13 +00:00 |
Martin Eigenmann
|
7ad7e9587d
|
Merge branch 'master' into f/reccuring-all-day-events
|
2021-10-17 18:28:09 +02:00 |
pre-commit-ci[bot]
|
524a79a11d
|
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
|
2021-10-11 08:03:07 +00:00 |
Martin Eigenmann
|
e77f41f9f0
|
feat: respect transparency
|
2021-05-16 20:23:20 +02:00 |
Martin Eigenmann
|
c3c3b02b7d
|
fix: keyerror cest
|
2021-05-08 16:50:16 +02:00 |
Martin Eigenmann
|
6aa12a280b
|
feat() respects reccurence-id
|
2021-03-29 23:59:31 +02:00 |
Martin Eigenmann
|
98b6f3cccd
|
feat() accepts reccuring all day events
|
2021-03-28 20:54:33 +02:00 |
Martin Eigenmann
|
d06beb8c66
|
feat() adds tests for default tz on all day events
|
2021-03-28 12:47:01 +02:00 |
Mhd Zumair
|
266457dc4a
|
UnitTest: Add unit test for categories attribute
|
2020-11-10 22:33:28 +05:30 |
Thomas Irgang
|
84a70ed178
|
Merge branch 'master' into none-returned-as-string
|
2019-08-20 08:03:49 +02:00 |
Markus Brenneis
|
9323c052e5
|
Fix string "None" being set as summary instead of object None
|
2019-08-17 15:31:23 +02:00 |
Markus Brenneis
|
fd85ac746e
|
Add created and last_modified event attributes
|
2019-08-17 14:05:49 +02:00 |
Tom Daff
|
062fb93951
|
Convert RRULE UNTIL with no tzinfo to UTC
Since DTSTART is always given tzinfo, any UNTIL in an RRULE
must be tz-aware and in UTC.
See: irgangla/icalevents#47
|
2019-04-02 10:26:46 +01:00 |
Cuneyt Mertayak
|
650ed91915
|
Fix: Recurring All Day Events
|
2018-11-14 07:45:27 -08:00 |
dlichtistw
|
001885677c
|
New unittest
Add test for Event.__str__ method.
Extend tests for Event.copy_to and normalize.
|
2018-10-02 21:58:56 +02:00 |
dlichtistw
|
de855637f1
|
Add test
Add test data and unittest for multiple exdates.
|
2018-10-01 22:02:44 +02:00 |
dlichtistw
|
24e1bb0ef7
|
Fix: Support events without end
According to RFC5545, an event may have no DTEND nor DURATION property. Set end = start in that case.
|
2018-09-30 12:28:41 +02:00 |
dlichtistw
|
b862633fd7
|
Add test
Add unittest for handling events with duration property instead of explicit dtend property.
|
2018-09-30 12:07:43 +02:00 |
dlichtistw
|
98949bd425
|
Test description
Test event description refined.
|
2018-09-29 21:44:57 +02:00 |
dlichtistw
|
3610b14ee4
|
Test recurring
Additional iCal file and test aimed at recurring events with exdate.
|
2018-09-23 20:55:10 +02:00 |
Thomas Irgang
|
556b9a600d
|
ical events tests
|
2017-07-19 10:05:03 +02:00 |