up vote 2 down vote favorite
share [g+] share [fb]

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

link|improve this question

feedback

2 Answers

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

Looks like the answer

link|improve this answer
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
feedback
up vote 2 down vote accepted

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|improve this answer
feedback

Your Answer

 
or
required, but never shown

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