Merge lp://staging/~timfreund/python-snippets/calendar-snippets into lp://staging/~jonobacon/python-snippets/trunk
Proposed by
Tim Freund
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~timfreund/python-snippets/calendar-snippets |
Merge into: | lp://staging/~jonobacon/python-snippets/trunk |
Diff against target: |
101 lines (+80/-0) 3 files modified
CATEGORIES (+1/-0) calendar/createevent.py (+47/-0) calendar/readical.py (+32/-0) |
To merge this branch: | bzr merge lp://staging/~timfreund/python-snippets/calendar-snippets |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Jono Bacon | Pending | ||
Review via email: mp+25854@code.staging.launchpad.net |
Description of the change
Two snippets: one reads an iCal calendar from the network and iterates through the events, and the other takes an iCal VEVENT and adds it to the user's Evolution calendar.
To post a comment you must log in.
Unmerged revisions
- 101. By Tim Freund
-
Create an event in the local user's Evolution calendar
- 100. By Tim Freund
-
Read an iCal calendar and iterate through the events.