Skip to content

Conversation

@krrico
Copy link

@krrico krrico commented Apr 9, 2018

This pull request contains the following changes:

  • fixed wrong/missing PHPDoc return types
  • added correct/missing parameter types in PHPDoc
  • added missing throw Exception tags in PHPDoc since only the CalDAVException had beed added
  • fixed some typos in the comments and error strings
  • getEvents and getTODOs can now take DateTime objects instead of only stringified dates that get automatically converted into the correct time zone and time format

Rico Kritz added 5 commits April 9, 2018 14:55
…tags in SimpleCalDAVClient's PHPDoc which makes it much easier to work with this package in PHP IDEs (like PHPStorm e.g.) and added support for DateTime objects in getEvents and getTODOs (see convertToGmtString in SimpleCalDAVClient)
…e functions to increase code readability and reduce redundancy
@krrico
Copy link
Author

krrico commented Apr 10, 2018

Added some more changes:

  • added calendar property to CalDAVObject so each object "knows" what calendar it was fetched from
  • added getAllEvents and getAllTODOs function that can fetch events/TODOs from all available calendars

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant