Skip to content

Support of SEQUENCE property #115

@justin1364

Description

@justin1364

I'm trying to compose a REPLY and it looks like SEQUENCE is required. It looks like ics.Event() doesn't support this field?

c = ics.Calendar()
c.method = "REPLY"
e = ics.Event()
e.uid = "original_id"
e.sequence = 1
c.events.append(response_event)
print(c)
BEGIN:VCALENDAR
PRODID:ics.py - http://git.io/lLljaA
VERSION:2.0
METHOD:REPLY
BEGIN:VEVENT
DTSTAMP:20180306T170833Z
UID:1
END:VEVENT
END:VCALENDAR

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions