#Events not accesible?

1 messages · Page 1 of 1 (latest)

winter vault
#

Hello, its me again :))

I started to implement a cal.com (localhost) implementation with twenty and I was able to create the calendarEvent and after to link the participants (workspaceMembers with participants and the CalendarEvent itself togherer, now in the UI I see this:

but, when I access it I get nothing, if I tr to access the full page I get:

Once again, what I am missing 😦 ?
thanks for the help 🙏

spice lake
#

@verbal saddle could you take a look?

verbal saddle
#

The full page isn't implemented for the emails and the calendar events yet, we should mask the full page button when we are either on the emails tab or the calendar tab.
I created a good first issue for this https://github.com/twentyhq/twenty/issues/8612.

GitHub

Building a modern alternative to Salesforce, powered by the community. - Issues · twentyhq/twenty

#

Your problem is not linked to the full page issue

#

It could be that you filled the calendarEvent but not the calendarEventCalendarChannelAssociation?

#

Is it the case?

winter vault
#

Hm, thats right, I never created a calendarEventCalendarChannelAssociation

#

as we populate those records via restful api (from cal.com) I didnt find the logic behind creating this calendarEventCalendarChannelAssociation as well.

we should create a channel for each record or?

spice lake
#

@verbal saddle FYI