picklepete / pyicloud

A Python + iCloud wrapper to access iPhone and Calendar data.
MIT License
2.45k stars 437 forks source link

fix: Update calendar.py dsid param #454

Open seanson opened 2 weeks ago

seanson commented 2 weeks ago

Fixes #330 with @zarkin404's work.

Proposed change

Adds a new required dsis parameter to some calendar calls.

Type of change

Example of code:

from pyicloud import PyiCloudService

api = PyiCloudService('email@test.com')
api.calendar.events()

Additional information

Checklist

If user exposed functionality or configuration variables are added/changed: