You could add the file URL to the bottom of the [Description], and use a Virtual Column (Type=File) with a formula to parse out the URL.
Or you could add a new table for Files, and add a Virtual Column (Type=Ref) to the Calendar table to relate them.
I guess it would depend on who is adding the file, and when. Do you want to attach a file to the calendar invite, or store your own file for reference and have it linked to a calendar row?
i need to store my own files and linked to a calendar row.
Ok, if the other attendees do not need access to the file, I wouldn’t store the link in the description.
Try adding another table to store the files, and add a Virtual Column (Type=Ref) that relates it back to your calendar table.
Then, as you’re entering a file, the Ref column should give you a list of Calendar events to link it. This will create a Related Files(REF_ROWS Virtual Column) in your calendar table that will show all the files assigned to each calendar event.
Do you have to limit to This Week? I’m considering setting up something similar but I have only 2 time slots per day but I want the user to see a month view and be able to select the time slot to initiate the action.
Great work!
Ignore me…I just rewatched the video and realized that it’s a table view and not an actual calendar view. Brilliant by the way and i need to look into how you formatted all the backgrounds, etc.