Ticket #839 (new task)
vformat: finish recurrence rule support
| Reported by: | cstender | Owned by: | cstender |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Format Plugin: vformat: event | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
- review and add patch from prahal (attached to this ticket)
<prahal> cstender, I had to add this blob to convert_ical_rrule_to_xml before "// rename xmlfield if extended is true" <prahal> this is because vcal does only support date_time and not date , date_time, period as ical does <prahal> this hack only handles converting a date to a date_time , it does not handle period
- use struct in xml->ical
- fix memory leaks
- use UTC and not localtime in xml->vcal
- add ExtendedRecurrenceRule? to xmlformat-vevent
Attachments
Change History
Changed 5 years ago by cstender
- Attachment ical_rrule_to_xml added
Note: See
TracTickets for help on using
tickets.

ical_rrule_to_xml