Organizer cannot schedule error
With DCS 6.0. I try to organize an event where: * There is only one attendee * And that attendee is the organizer itself. I get following error on client: <error xmlns='DAV:'> <organizer-allowed xmlns='urn:ietf:params:xml:ns:caldav'/> <error-description xmlns='http://twistedmatrix.com/xml_namespace/dav/'>Organizer cannot schedule</error-description> </error>] Please help me understand what I did wrong and how can I fix it?? Best Regards,
Hi, You only need to ‘schedule’ (i.e. ‘have attendees’) when there are other principals involved aside from the organizer. An event with no attendees is considered ‘non-scheduled’, although this language is a little weird considering that it’s still on your calendar, can still have alarms attached to it, etc. Think of ‘scheduled’ events as events that involve multiple principals. Section 3.2.1 <https://tools.ietf.org/html/rfc6638#section-3.2.1> of rfc 6638 <https://tools.ietf.org/html/rfc6638> says: The "Organizer" of a calendar component can also be an "Attendee" of that calendar component. In such cases, the server MUST NOT send a scheduling message to the "Attendee" that matches the "Organizer". I’m not seeing a precondition <https://tools.ietf.org/html/rfc6638#section-3.2.4> specifically for the case that you are attempting, but the implication from the above seems clear that this is a weird thing to do, so don’t do that :) -dre
On Mar 18, 2015, at 2:28 PM, Gaurav Jain <monkeyfdude@gmail.com> wrote:
With DCS 6.0.
I try to organize an event where:
* There is only one attendee * And that attendee is the organizer itself.
I get following error on client:
<error xmlns='DAV:'> <organizer-allowed xmlns='urn:ietf:params:xml:ns:caldav'/> <error-description xmlns='http://twistedmatrix.com/xml_namespace/dav/ <http://twistedmatrix.com/xml_namespace/dav/>'>Organizer cannot schedule</error-description> </error>]
Please help me understand what I did wrong and how can I fix it??
Best Regards,
_______________________________________________ calendarserver-users mailing list calendarserver-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/calendarserver-users
Thank you. Its just I do not have complete knowledge of protocol. So, I am trying to break things to get errors and learn from calendarserver@apple.com team (by asking questions) Thank you again On Wed, Mar 18, 2015 at 2:42 PM, Andre LaBranche <dre@apple.com> wrote:
Hi,
You only need to ‘schedule’ (i.e. ‘have attendees’) when there are other principals involved aside from the organizer. An event with no attendees is considered ‘non-scheduled’, although this language is a little weird considering that it’s still on your calendar, can still have alarms attached to it, etc. Think of ‘scheduled’ events as events that involve multiple principals.
Section 3.2.1 <https://tools.ietf.org/html/rfc6638#section-3.2.1> of rfc 6638 <https://tools.ietf.org/html/rfc6638> says:
The "Organizer" of a calendar component can also be an "Attendee" of that calendar component. In such cases, the server MUST NOT send a scheduling message to the "Attendee" that matches the "Organizer".
I’m not seeing a precondition <https://tools.ietf.org/html/rfc6638#section-3.2.4> specifically for the case that you are attempting, but the implication from the above seems clear that this is a weird thing to do, so don’t do that :)
-dre
On Mar 18, 2015, at 2:28 PM, Gaurav Jain <monkeyfdude@gmail.com> wrote:
With DCS 6.0.
I try to organize an event where:
* There is only one attendee * And that attendee is the organizer itself.
I get following error on client:
<error xmlns='DAV:'> <organizer-allowed xmlns='urn:ietf:params:xml:ns:caldav'/> <error-description xmlns='http://twistedmatrix.com/xml_namespace/dav/'>Organizer cannot schedule</error-description> </error>]
Please help me understand what I did wrong and how can I fix it??
Best Regards,
_______________________________________________ calendarserver-users mailing list calendarserver-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/calendarserver-users
On Mar 18, 2015, at 2:55 PM, Gaurav Jain <monkeyfdude@gmail.com> wrote:
Thank you.
Its just I do not have complete knowledge of protocol.
Nobody does :) Except maybe Cyrus...
So, I am trying to break things to get errors and learn from calendarserver@apple.com <mailto:calendarserver@apple.com> team (by asking questions)
I like this approach!
Thank you again
No problem. Keep ‘em coming. As long as the stuff you’re trying isn’t *too* random, and is actually in pursuit of your project’s development, this seems fine. -dre
participants (2)
-
Andre LaBranche
-
Gaurav Jain