Calendar sources
Posted: Tue Nov 20, 2012 4:00 am
I'm still trying to wrap my head around the calendar based on what I'm seeing in the DEMO and determine if this would be appropriate for my application.
My database keeps track of PERSONS with EVENTS that are provided to or that happen to those PERSONS by PROVIDERS.
The PERSONS can have multiple PROVIDERS and the PROVIDERS can have multiple PERSONS.
Overlapping is common so my current EVENTS table links both PROVIDER ID and PERSONS ID for each event.
How do you think that "Projects", "Sources" and "Contacts" etc. from your calendar would work (in a general way) with my PERSONS, PROVIDERS and EVENTS? I was thinking that I would be able to use "Sources" for PROVIDERS, but it seems that "Sources" is a fixed value list. My PERSONS and PROVIDERS are relatively dynamic and user adjustable.
I just need a kickstart before spending the time delving into the source code of your calendar.
My database keeps track of PERSONS with EVENTS that are provided to or that happen to those PERSONS by PROVIDERS.
The PERSONS can have multiple PROVIDERS and the PROVIDERS can have multiple PERSONS.
Overlapping is common so my current EVENTS table links both PROVIDER ID and PERSONS ID for each event.
How do you think that "Projects", "Sources" and "Contacts" etc. from your calendar would work (in a general way) with my PERSONS, PROVIDERS and EVENTS? I was thinking that I would be able to use "Sources" for PROVIDERS, but it seems that "Sources" is a fixed value list. My PERSONS and PROVIDERS are relatively dynamic and user adjustable.
I just need a kickstart before spending the time delving into the source code of your calendar.