Ticket #462 (new defect)
add workarounds for all-day-events in vcalendar
| Reported by: | cstender | Owned by: | cstender |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Format Plugin: vformat: event | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
We need workarounds for cellphones which use the vcalendar standard. Sadly, there is no spec or rfc which describe how to implement all-day-events in vcalendar. We figured out that e.g. Sony Ericsson use YYYYMMDDT000000Z - YYYYMMDDT235900Z for this kind of events. We need to know how other vendors do it with there cellphones and than use capabilities to workaround it.
Change History
comment:1 Changed 6 years ago by cstender
- Owner changed from abauer to cstender
- Status changed from new to assigned
- Version set to 0.31
comment:7 Changed 4 years ago by mkoller
My Nokia 2360 reports an all-day event (birthday) as starting + ending at 23:59:00, e.g.:
BEGIN:VCALENDAR VERSION:1.0 BEGIN:VEVENT DTSTART:20081231T235900 DTEND:20081231T235900 DALARM:20081231T090000 AALARM:20081231T090000 PRIORITY:0 STATUS:NEEDS ACTION RRULE:YD1 #0 CATEGORIES:SPECIAL OCCASION SUMMARY:2008 test END:VEVENT END:VCALENDAR
Note: See
TracTickets for help on using
tickets.
