Skip to content

Commit

Permalink
display file content of example
Browse files Browse the repository at this point in the history
  • Loading branch information
abe-101 committed Dec 19, 2022
1 parent dd2014e commit ee8d01c
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/usage.rst
Expand Up @@ -317,6 +317,25 @@ Write to disk::
522
>>> f.close()

The content of the file looks like this::

BEGIN:VCALENDAR
VERSION:2.0
PRODID:-//My calendar product//mxm.dk//
BEGIN:VEVENT
SUMMARY:Python meeting about calendaring
DTSTART:20050404T080000Z
DTEND:20050404T100000Z
DTSTAMP:20050404T001000Z
UID:20050115T101010/27346262376@mxm.dk
ATTENDEE;CN="Max Rasmussen";ROLE=REQ-PARTICIPANT:MAILTO:maxm@example.com
ATTENDEE;CN="The Dude";ROLE=REQ-PARTICIPANT:MAILTO:the-dude@example.com
LOCATION:Odense\, Denmark
ORGANIZER;CN="Max Rasmussen";ROLE=CHAIR:MAILTO:noone@example.com
PRIORITY:5
END:VEVENT
END:VCALENDAR


More documentation
==================
Expand Down

0 comments on commit ee8d01c

Please sign in to comment.