You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a consumer of this package, it's difficult to upgrade from 0.16.* to 2.0. The upgrade docs gives a nice general impression of how the package should now be used, but it's lacking specifics.
It would be extremely helpful, if there was a before vs after of all public methods showing how each method was used in 0.16.* and how the same thing could be achieved with 2.0.
Below is an example for Calendar::setPublishedTTL, but to be honest I'm not even sure if my example of 2.0 is even correct.
As a consumer of this package, it's difficult to upgrade from 0.16.* to 2.0. The upgrade docs gives a nice general impression of how the package should now be used, but it's lacking specifics.
It would be extremely helpful, if there was a before vs after of all public methods showing how each method was used in 0.16.* and how the same thing could be achieved with 2.0.
Below is an example for
Calendar::setPublishedTTL
, but to be honest I'm not even sure if my example of 2.0 is even correct.Calendar
Calendar::setPublishedTTL()
has been removed.Calendar::setCalId()
has been removed.The text was updated successfully, but these errors were encountered: