Ticket #393 (task)

Opened 4 years ago

Last modified 4 years ago

attendee role and partstat should show up localized and appropriately

Status: closed (fixed)

Reported by: douglm Assigned to: johnsa
Priority: major Milestone: Bedework 3.5
Component: web clients Version:
Keywords: Cc:

Change History

05/29/09 21:54:55: Modified by douglm

  • owner changed from douglm to johnsa.
  • type changed from defect to task.
  • component changed from caldav to web clients.
  • summary changed from defaulted attendee role and partstat should show up appropriately to attendee role and partstat should show up localized and appropriately.

partstat and role can be left null - defaults shoul;d be displayed.

They should also not be presented directly but if possible localized: From rfc2445:

        partstat-event   = ("NEEDS-ACTION"    ; Event needs action
                         / "ACCEPTED"         ; Event accepted
                         / "DECLINED"         ; Event declined
                         / "TENTATIVE"        ; Event tentatively
                                              ; accepted
                         / "DELEGATED"        ; Event delegated
                         / x-name             ; Experimental status
                         / iana-token)        ; Other IANA registered
                                              ; status
        ; These are the participation statuses for a "VEVENT".
        ; Default is NEEDS-ACTION.

        partstat-todo    = ("NEEDS-ACTION"    ; To-do needs action
                         / "ACCEPTED"         ; To-do accepted
                         / "DECLINED"         ; To-do declined
                         / "TENTATIVE"        ; To-do tentatively
                                              ; accepted
                         / "DELEGATED"        ; To-do delegated
                         / "COMPLETED"        ; To-do completed.
                                              ; COMPLETED property has
                                              ; date/time completed.
                         / "IN-PROCESS"       ; To-do in process of
                                              ; being completed
                         / x-name             ; Experimental status
                         / iana-token)        ; Other IANA registered
                                              ; status
        ; These are the participation statuses for a "VTODO".
        ; Default is NEEDS-ACTION.



        partstat-jour    = ("NEEDS-ACTION"    ; Journal needs action
                         / "ACCEPTED"         ; Journal accepted
                         / "DECLINED"         ; Journal declined
                         / x-name             ; Experimental status
                         / iana-token)        ; Other IANA registered
                                              ; status
        ; These are the participation statuses for a "VJOURNAL".
        ; Default is NEEDS-ACTION.

        roleparam  = "ROLE" "="
                    ("CHAIR"             ; Indicates chair of the
                                         ; calendar entity
                   / "REQ-PARTICIPANT"   ; Indicates a participant whose
                                         ; participation is required
                   / "OPT-PARTICIPANT"   ; Indicates a participant whose
                                         ; participation is optional
                   / "NON-PARTICIPANT"   ; Indicates a participant who
                                         ; is copied for information
                                         ; purposes only
                   / x-name              ; Experimental role
                   / iana-token)         ; Other IANA role
        ; Default is REQ-PARTICIPANT

06/25/09 16:17:17: Modified by johnsa

  • status changed from new to closed.
  • resolution set to fixed.