I have a CalenderView set up on one of my pages which is populated based on form entries from another page. I was wondering if it would be possible to populate a CalendarView with entries from multiple forms. The CalendarView macro only provides the space to enter a single form to display data from. I was hoping to have three forms, which when submitted, all of them will display their data to the same calendar.
Is this functionality possible? I have been able to find little information regarding this on the community.
Thanks!
-Curtis
At the moment CalendarView does not support multiple form sources.
All ConfiForms views, except the TableViewMerger macro, expect to have one form as a source
Thanks for the response Alex. Are there any plans to implement this as an option in the future?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
I also wanted to this and have found a work around.
Create a new form called Appointments or something similar to that and associate this form with the calendar view. Fields Should include a DateTime Interval and something to work as name at least. For example:
"AppointmentTime " and "AppointmentName"
Then, in the definition of any form that you wish to populate this calendar add an IFTTT Integration Rules Macro.
For example a form that has meetings and has fields
"MeetingTime" and "MeetingName"
The IFTTT Macro will then need to have the following settings;
Event: onCreated
Action to perform: Copy ConfiForms Data
Parameters to set on the entry: AppointmentTime=[entry.MeetingTime] & AppointmentName=[entryMeetingName]
You then add the source and destination forms and pages, for the source you can use "this" as the page id or indeed leave blank.
Lastly, and quite importantly to ensure it does not actually copy the entire dataset every time you add a new entry!
Filter to apply on source: id[entry.id]
What should then happen is whenever you add a new entry to The meetings form, it will copy the information you set in your IFTTT macro into the Appointments form and therefore be available in the calendar for that form.
Hope this makes sense!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.