vote up 1 vote down star

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???!

flag

74% accept rate

2 Answers

vote up 2 vote down

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

Looks like the answer

link|flag
i know, but is it appropriate? – Jeffrey04 Sep 17 '08 at 5:01
i mean... if I am the only one involved in the event, is it appropriate to use this property??? – Jeffrey04 Sep 17 '08 at 5:02
vote up 1 vote down check

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.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.