Create calendar as admin and set the displayname

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi

Let me explain.

I want my admin to create the calendar for myuser (setting the displayname and the supported-calendar-component-set)

For example myadmin@xxxxxxxxxxxxx create user/myuser1/#calendars/Default using

file mkcal.xml :

   <C:mkcalendar xmlns:D="DAV:"
                 xmlns:C="urn:ietf:params:xml:ns:caldav">
     <D:set>
       <D:prop>
         <C:calendar-description xmlns:C="urn:ietf:params:xml:ns:caldav">My super calendar</C:calendar-description>
         <D:displayname>Mon calendrier</D:displayname>
         <C:supported-calendar-component-set xmlns:C="urn:ietf:params:xml:ns:caldav">
            <C:comp name="VEVENT" />
         </C:supported-calendar-component-set>

       </D:prop>
     </D:set>
   </C:mkcalendar>



curl -v --user myadmin@xxxxxxxxxxxxx :12341234 --header "Content-Type: text/xml"  -d @mkcal.xml -X MKCALENDAR http://192.168.45.42:8008/dav/calendars/user/myuser1@xxxxxxxxxxxx/Default


but if myuser connect the calendar is create but hte displayname and the supported-calendar-component-set and not set

the admin see everything ok (the displayname and the supported-calendar-component-set)

does it the way it should work ?

and is there a way to set displayname and the supported-calendar-component-set for everyone the same ?

Thanks



----
Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/
To Unsubscribe:
https://lists.andrew.cmu.edu/mailman/listinfo/info-cyrus




[Index of Archives]     [Cyrus SASL]     [Squirrel Mail]     [Asterisk PBX]     [Video For Linux]     [Photo]     [Yosemite News]     [gtk]     [KDE]     [Gimp on Windows]     [Steve's Art]

  Powered by Linux