Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iCal Format - Organizer Property

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

like image 236
Jeffrey04 Avatar asked Dec 09 '22 23:12

Jeffrey04


2 Answers

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.

like image 129
Jeffrey04 Avatar answered Mar 11 '23 03:03

Jeffrey04


ORGANIZER;CN="Sally Example":mailto:[email protected]

Looks like the answer

like image 41
Dave Cheney Avatar answered Mar 11 '23 03:03

Dave Cheney