owncloud / calendar

Calendar app for ownCloud
GNU Affero General Public License v3.0
121 stars 43 forks source link

Contact birthdays calendar issue #399

Open jancborchardt opened 8 years ago

jancborchardt commented 8 years ago

Getting this in the console:

PROPPATCH http://cloud.jancborchardt.net/remote.php/dav/calendars/jan/contact_birthdays/
404 (Not Found)
in client.js line 183

cc @georgehrke @DeepDiver1975

DeepDiver1975 commented 8 years ago

You cannot modify the birthday calendar - it's read only - no idea why the calendar code base tries to PROPPATCH

georgehrke commented 8 years ago

Ok, will check later today

georgehrke commented 8 years ago

latest master, fresh generated birthday calendar:

 <d:response>
  <d:href>/remote.php/dav/calendars/admin/contact_birthdays/</d:href>
  <d:propstat>
   <d:prop>
    <d:displayname>Contact birthdays</d:displayname>
    <cal:calendar-description/>
    <cal:calendar-timezone/>
    <x1:calendar-order xmlns:x1="http://apple.com/ns/ical/">0</x1:calendar-order>
    <x1:calendar-color xmlns:x1="http://apple.com/ns/ical/">#FFFFCA</x1:calendar-color>
    <cal:supported-calendar-component-set>
     <cal:comp name="VEVENT"/>
     <cal:comp name="VTODO"/>
    </cal:supported-calendar-component-set>
    <d:acl>
     <d:ace>
      <d:principal>
       <d:href>/remote.php/dav/principals/users/admin/</d:href>
      </d:principal>
      <d:grant>
       <d:privilege>
        <d:read/>
       </d:privilege>
      </d:grant>
      <d:protected/>
     </d:ace>
     <d:ace>
      <d:principal>
       <d:href>/remote.php/dav/principals/users/admin/</d:href>
      </d:principal>
      <d:grant>
       <d:privilege>
        <d:write/>
       </d:privilege>
      </d:grant>
      <d:protected/>
     </d:ace>
    </d:acl>
    <d:owner>
     <d:href>/remote.php/dav/principals/users/admin/</d:href>
    </d:owner>
    <oc:invite/>
   </d:prop>
   <d:status>HTTP/1.1 200 OK</d:status>
  </d:propstat>

Server propagates it as writable (again?)

georgehrke commented 8 years ago

no idea why the calendar code base tries to PROPPATCH

Setting {*NS-OWNCLOUD*}calendar-enabled also requires a PROPPATCH. Is this prohibited now as well?

DeepDiver1975 commented 8 years ago

@georgehrke is this core master branch?

georgehrke commented 8 years ago

I think so, yes

Please excuse my brevity and typos. Sent from my mobile

On Apr 6, 2016, at 5:08 PM, Thomas Müller notifications@github.com wrote:

@georgehrke is this core master branch?

— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub

georgehrke commented 8 years ago

ping @DeepDiver1975

DeepDiver1975 commented 8 years ago

please ping me again in 2 weeks ... thx

raimund-schluessler commented 8 years ago

ping @DeepDiver1975 :smiley:

Changing the color does also not work: #561

georgehrke commented 8 years ago

ping @DeepDiver1975 :)