More details will be released in the coming days along with more extensive documentation but to get you started Check out the Docs Here and a link to the editor and the live app. If you’d like to check out the plug-in before it’s available on the marketplace DM me the name of your app and I’ll get you added.
As a side note, this works very well with the TopCal plugin.
Complex editor - this is an example of setting up scheduling and blocking out times Calendly style
Send a url. Let the recipient pick a time to meet. That time is no longer available to others. The appointment is only visible to the person being scheduled with
This Plugin comes with an element specifically paired up with the TopCal Available Timeslots element. Using this allows you to easily produce calendar events that are the appropriate duration based on your desired appointment time. Read more about it here
[update]
Dynamic event text color is live. you can choose 2 colors (light and dark) and based on the darkness of the event, the text color will be one of your 2 choices!!
Thank’s for the compliment @eli, it means a lot! I liked @gf_wolfer’s attitude and the plugin is really dope! Just what many of us needed here. I plan to put together a nicer scheduling template soon that folks can use! I have one started already in the ‘complex’ example but it’s a little ugly imo
dynamic event text color based on darkness of the event (appears to be easier than presumed!)
[Complete! the calendar will accept either a standard #hexVAL or rgb(1,2,3,4) for event color. then it magically decides whether to use your light or dark color of choice.
Completely agree and that’s why I’m happy to help support Jared and this plugin!
Unfortunately Bubble plugins are divided into silos. Partly because the setup of the marketplace and it’s incentives limit mutually beneficial collaboration. But also there seems to be a scarcity mindset around number of plugin customers, which is something I believe is changing with the growing number of Bubblers and no coders.
The worst part is it leads to a confusing/painful experience for some users to decide which plugin to buy and which one will still be supported in a year down the road. Hopefully we can find good ways to cross-over these plugins and inspire others to do the same!
I would like to offer this plug-in for free To about 10 people. Ideally what I am looking for are people who will install and fully test this plug-in and let me know about any issues they run into. I would also love to hear if there are any additions I could add to the plug-in to make it better.
For doing this testing and evaluation, I would grant free access to the plug-in forever. Are there any takers? If you’re interested leave a message here or in my DMs
secretly in the background, under layers of sweat and nerdom, BA Studios is adding in the resource/scheduler view to the FullCalendar Plugin. Check it out!
Today we have added support for 66 languages along with allowing the user to control what time the calendar day starts and ends along with the timeslot duration!
Using @evanlitttle’s model I set up a quick example of getting your google events into a fullCalendar plugin in your bubble app. The next update to the calendar will include these API calls in the package!
get Yo CRUD on (Almost) with google calendar in bubble! Right now it’s read only
Below is a list of the latest data calls that I added to the plug-in. These do require a service account with Google which is incredibly easy and free to set up. Unfortunately although they work in the plugin. Builder, they aren’t working on the page. Only profile info, calendar events, and calendar colors for now. Still sorting out the rest
The last addition to this plug-in was an element that will position a pop-up based on where you click in the calendar. Presumably when you click in event in the calendar you’d like to see a pop out that shows more details about that event. I have put together a plug-in that will perfectly position an element wherever you click within the calendar so that your pop-up group is positioned with the event instead of in the middle of the screen or somewhere else. This is a dynamic solution and it moves around nicely. There’s also code to prevent going hiding behind either side of the screen
Authenticating with your google calendar with Bubble
Displaying your google calendar events in a calendar in bubble
Create, Read, Update, and Delete calendar events
How to get event info out of FullCalendar
Using RG as an data source allowing to be able to call those data for later operations
** In this case, we use the index finder to extract data for each calendar event to display on the screen based on clicked events from the calendar (this wont have to happen forever)
How to make sure your calendar events are the same color as you expect. No more fixed color for google calendar events.
Not yet. I can look into adding the ability to modify recurring event series and to create recurring events. For now, events are modified independently.
It should display them, but you wouldn’t be able to move one and see the time change reflected for all in the series.
How would you imagine using recurring events @yorgio1024? That can help me plan out what may need to be added.