-
Notifications
You must be signed in to change notification settings - Fork 528
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
Can we create event text cross the day component? #464
Comments
It's possible to replace |
Could be tricky to do it that way. You may be better off with the week row, but that would involve forking the project since it is not exposed. |
@kizitonwose Thanks for replying. Yeah! It would be better if we can expose the whole week row. Do you think it's a worth effort to make this change? |
It's worth doing, this feature has been requested before but I just have not found the time. |
Yes, feel free to implement it, let me know if you need any help along the way. Ideally, the week should be changed from just |
Hey @AlanChienHouzz Any updates? Need help? |
@kizitonwose I need more time. Do you mind it..? |
@AlanChienHouzz That's fine. I just wanted to know if you needed help, please take as much time as you need. |
@kizitonwose @AlanChienHouzz Any update on this guys? |
hey guys, any updates? |
Hey @kizitonwose, thanks for the great library! I faced the same problem with long text crossing the days when tried to implement the multi-day events like Google Calendar does. Fortunately I was able to do that with the steps you guys described above (exposing week row to the outer world and then use weights to properly place the event). If you are still interesting in this feature, I can try to contribute then |
Library information:
2.3.0
Compose
Question:
Is it possible to make text cross the day like google calendar? Thank you @kizitonwose :)
for instance:
The text was updated successfully, but these errors were encountered: