Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Solved] The client does not unfold the data (Random line breaks) #34

Open
MarioCodes opened this issue May 31, 2017 · 0 comments
Open

Comments

@MarioCodes
Copy link

MarioCodes commented May 31, 2017

A trouble I have is that the client does not remove the spaces and line breaks that's added to sentences longer than 75 octets by default as iCal specifies.

Adding str_replace(array("\x20\xa", "\xa\x20"), "", $string) to remove them into SimpleCalDAVClient.php after it retrieves the data and before it creates with the CalDAVObject seems to do the trick for me.

I leave the issue opened just in case as this project seems abandoned.

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

No branches or pull requests

1 participant