iCal Format - Organizer Property

2019-06-27 09:30发布

I am currently programming a scheduling application which loosely based on iCalendar standard. Does anyone knows in which property can I store the event creator's information? By browsing through the iCalendar RFC 2445, I find this property: Organizer. can I store the event creator's information in the property even if he/she is the only person involved in the event? or there is already a field to store the event creator's information???!

3条回答
相关推荐>>
2楼-- · 2019-06-27 10:10

Some notes from the rfc2445

Conformance: This property MUST be specified in an iCalendar object that specifies a group scheduled calendar entity. This property MUST be specified in an iCalendar object that specifies the publication of a calendar user's busy time. This property MUST NOT be specified in an iCalendar object that specifies only a time zone definition or that defines calendar entities that are not group scheduled entities, but are entities only on a single user's calendar.

查看更多
仙女界的扛把子
3楼-- · 2019-06-27 10:11

I am researching a similar application, concerned with event tracking and handling, and came to the same conclusions as Jeffrey04.

Specifically, to represent warning or alarm, it would seem appropriate to use the VJOURNAL component, as the event is in the past, and maybe continues through the present, but is certainly not a meeting. VJOURNAL also does not occupy space on the calendar. IMHO the best field for representing the originator is X-WR-RELCALID, which is not RFC5545, but seems to fit the idea of a creator UID. I will link this to a vCard UID.

I cannot understand why the idea of an event creator was unimportant for the writers of iCal specs.

查看更多
别忘想泡老子
4楼-- · 2019-06-27 10:12

ORGANIZER;CN="Sally Example":mailto:sally@example.com

Looks like the answer

查看更多
登录 后发表回答