Wykres commitów

43 Commity (3f22a295eed4c738becabbf159943bf8629c9c34)

Autor SHA1 Wiadomość Data
Nicco Kunzmann 0a33b4c482 Create VAVAILABLE and VAVAILABILITY classes 2025-06-02 10:39:49 +01:00
Nicco Kunzmann dee1461764 Document that this RFC is supported 2025-04-22 23:34:07 +01:00
Jannis b4eea5aaa5 Revert usage example 2024-12-22 00:37:47 +01:00
Jannis bda6224a31
Update docs/usage.rst
Co-authored-by: Steve Piercy <web@stevepiercy.com>
2024-12-22 00:36:03 +01:00
Jannis e2a6aa10bf Remove duplicate example 2024-12-22 00:32:25 +01:00
Jannis 0dc16a67c2 docs: add vRecur example 2024-12-21 22:40:53 +01:00
Steve Piercy 6a29adc673
Use correct lexer for all code-blocks 2024-11-20 00:41:46 -08:00
Natasha Mattson 0a37b45a2d code-block text 2024-11-19 18:22:25 -08:00
Natasha Mattson eea272a39a
values
Co-authored-by: Steve Piercy <web@stevepiercy.com>
2024-11-19 18:09:22 -08:00
Natasha Mattson 460a0f1508
reword
Co-authored-by: Steve Piercy <web@stevepiercy.com>
2024-11-19 18:03:09 -08:00
Natasha Mattson 969c3da109
brackets
Co-authored-by: Steve Piercy <web@stevepiercy.com>
2024-11-04 08:42:36 -08:00
Natasha Mattson 46d5a6e936
rewording + pycon
Co-authored-by: Steve Piercy <web@stevepiercy.com>
2024-11-04 08:35:51 -08:00
Natasha Mattson 8a4923a445 Underline length must match that of its heading.
Co-authored-by: Steve Piercy <web@stevepiercy.com>
2024-11-04 08:32:56 -08:00
Natasha Mattson 54741067ff merge file structure with overview section 2024-10-30 19:03:04 -07:00
Nicco Kunzmann 51418963bb Update dependencies and RFC compatibility 2024-10-07 16:15:38 +01:00
Nicco Kunzmann e64a1ad995
Merge branch 'main' into rfc-7529 2024-07-01 22:53:45 +01:00
Jeffrey fa04968fa7 docs: replace pytz usage to zoneinfo in documentation 2024-07-01 15:00:02 +01:00
Nicco Kunzmann c03caeb85b Document RFCs
see also https://github.com/collective/icalendar/issues/589
2024-06-29 17:25:14 +01:00
Jaca f7f0c205bb
Merge pull request #633 from niccokunzmann/rename-master-to-main
Rename master to main in docs
2024-06-23 15:41:22 +02:00
Nicco Kunzmann fb81a2e6d1 Rename all references of RFC 2445 to RFC 5545 2024-06-21 18:38:04 +01:00
Nicco Kunzmann c29074d3d2 rename branch link to main 2024-06-21 17:55:31 +01:00
Nicco Kunzmann 9bea7f7982 Make tests run for pypy3, too 2024-06-07 18:26:53 +01:00
Nicco Kunzmann 9e89a02981 Switch documentation to zoneinfo 2024-06-07 17:49:41 +01:00
Bastian Wegge f768fb66e2 Change all example quotes to single quotes 2024-05-02 10:51:47 +02:00
Bastian Wegge 1c8ab8a67b
Apply suggestions from code review
Co-authored-by: Steve Piercy <web@stevepiercy.com>
2024-05-02 10:45:00 +02:00
Bastian Wegge e0a728e6d3 Use correct return code for f.write 2024-05-01 20:05:24 +02:00
Bastian Wegge 65954efd25 Make doctest happy by adding missing import 2024-05-01 19:51:10 +02:00
Bastian Wegge 3e3818152d Extend the existing example with alarms and recurrence-rule 2024-05-01 19:26:02 +02:00
Nicco Kunzmann 55879e3f93 Add documentation about parsing
see https://github.com/collective/icalendar/issues/152
2023-08-30 17:33:21 +01:00
Jaca 62a0edf28f
Merge pull request #504 from abe-101/abes-patch
display example's content in the usage section
2022-12-20 18:17:59 +01:00
Abe 4c998ed259
print content of example
In order for the test in
https://github.com/collective/icalendar/blob/master/src/icalendar/tests/test_with_doctest.py
not to fail it was necessary to normilize the whitespace
2022-12-20 12:09:41 -05:00
Abe Hanoka c32edb0b32
add missing import pytz in example
The example uses the pytz module:
event.add('dtstart', datetime(2005,4,4,8,0,0,tzinfo=pytz.utc))
But doesn't import it
2022-12-19 14:24:40 -05:00
Nicco Kunzmann 173948c182 remove value=date-time 2022-11-03 18:41:17 +00:00
Nicco Kunzmann 88f548677a correct value in documentation 2022-11-03 18:35:06 +00:00
Nicco Kunzmann fb51485ed2 convert usage.rst to valid doctest 2022-10-11 10:03:49 +01:00
Nicco Kunzmann 9c2d097d8b make sure .rst collection includes only icalendar files 2022-10-10 17:48:44 +01:00
NicoHood 2e1569d641
Fix ical printing
There more be more places in the doc, where this is required. I was not 100% sure, so I only fixed this obvious, confirmed bug.
2022-04-08 16:37:22 +02:00
Marius Hegele 1e274d3bac replace substrings of type byte instead of string
`to_ical()` returns a `bytes` object, not a string 

"The methods on bytes and bytearray objects don’t accept strings as their arguments, just as the methods on strings don’t accept bytes as their arguments."
https://docs.python.org/3/library/stdtypes.html#bytes-and-bytearray-operations
2021-10-15 14:58:06 +02:00
tpltnt 28df37305b Usage typo fixes (#198)
* minor typo fixes

* small rephrasing

* tiny typo fix

* missing period
2016-10-26 00:52:28 -05:00
Johannes Raggam 659b6cc4d9 typo 2014-01-06 15:05:34 +01:00
Johannes Raggam 6e82eb38f3 interfaces.py doesnt exist anymore 2013-12-28 14:11:20 +01:00
Johannes Raggam 94e20287a4 add how to add property parameters documentation 2013-12-26 09:41:53 +01:00
Johannes Raggam a08849e099 remove unused tests, move examples.rst to docs/usage.rst, pep8 everything 2013-12-24 01:29:05 +01:00