Advanced Search

Search by Keyword
Search by User Name
   

Search Options

Find Posts from
Sort Results by
Jump to Result Number
Search in Categories

Search Results

Searched for: calendar
17 Jun 2009 08:35

cambler

That's not quite what I'm after.

What I need is for each user to be able to have their own calendar with only their own events. A single calendar for that user and only that user can put entries on it.

Then, I need for ALL other users to be able to say, "I want to see this user's calendar, please."

So Jane Model can enter events on her calendar showing when she's available and when she's booked, and Joe Photographer can say, "Let me see Jane's calendar so I know when she's available."

Is that possible?
Category: RSEvents!
17 Jun 2009 05:46

bogdanc

Hello,

You can create a group that has the permission to add Events. All those events will appear in a calendar. If you download the Calendar module and have in your menu: "My Events" every user will be able to see their events in the calendar via "My Events" and all other events in any day via the Calendar Module.

Regards!
Category: RSEvents!
16 Jun 2009 13:06

cambler

I'm looking for a component that will allow my users to create their own event calendars. My site is for models and photographers to network and schedule shoots with each other.

What I'd like is the ability for a user to create a calendar and then populate it with their own events such that other users can view their calendar. Each user could put in events like "availability" in a location, "booked" on a shoot, etc.

Is this possible with RSEvents?
Category: RSEvents!
10 Jun 2009 06:49

redbeard

Thanks for the response.

For exporting events... We create a calendar of events and then make the calendar available online for users. We also publish this calendar of events in various print magazines throughout the year. It is always easiest to maintain one calendar of events and distribute that event list to other mediums.

The print mags to which we currently publish our calendar takes a CSV file of the events of a pretty simple format: event date/time, event name, short description, web...
Category: RSEvents!
05 Jun 2009 19:09

redbeard

I have a couple of questions on features:

1) Does RSEvents support iCal format/webcal protocol (so I can see my RSEvents entries in my Google calendar)?

2) Does RSEvents have some sort of event export function (either front-end or back-end)? Or is the schema sort of self-explanatory that I can write my own export SQL script?

Thanks.
Category: RSEvents!
26 May 2009 19:28

vndesign

still no good. i've submitted a ticket for this issue.
thank you very much for your help!
Category: RSForm! Pro
26 May 2009 15:17

almeidaniel

Someone solved this problem?
I really need help in this one.
Thanks
Found another code but can’t put it to work

<?php
/**
 * Finds the difference in days between two calendar dates.
 *
 * @param Date $startDate
 * @param Date $endDate
 * @return Int
 */
function dateDiff($startDate, $endDate)
{
    // Parse dates for conversion
    $startArry = date_parse($startDate);
    $endArry = date_parse($endDate);
 
    // Convert dates to Julian Days
    $start_date =...
Category: RSForm! Pro
26 May 2009 05:38

almeidaniel

I´m sorry
Not that one...
This one instead
<img src="your/path/image.png" id="btn'.$calendars[$componentId].'" 
type="button" value="'.$data['POPUPLABEL'].'" 
onclick="showHideCalendar(\'cal'.$calendars[$componentId].'Container\');" 
class="btnCal" '.$data['ADDITIONALATTRIBUTES'].' />
Category: RSForm! Pro
26 May 2009 05:28

almeidaniel

This worked with me

<img src="your/path/image.png" id="btn'.$calendars[$componentId].'"
type="button" value="'.$data.'"
onclick="showHideCalendar('cal'.$calendars[$componentId].'Container');"
class="btnCal" '.$data.' />
Category: RSForm! Pro
25 May 2009 17:34

vndesign

Parse error: syntax error, unexpected T_STRING in /../components/com_rsform/controller/functions.php on line 615
Category: RSForm! Pro
25 May 2009 10:12

bogdan

Hello ,

This can be done by altering the source code. If you want that please go to /components/com_rsform/controller/functions.php and at line 615 replace :
<input id="btn'.$calendars[$componentId].'" type="button" value="'.$data['POPUPLABEL'].'" onclick="showHideCalendar(\'cal'.$calendars[$componentId].'Container\');" class="btnCal" '.$data['ADDITIONALATTRIBUTES'].' />

with
<img src="your/path/image.png" id="btn'.$calendars[$componentId].'" onclick="showHideCalendar(\'cal'.$calendars...
Category: RSForm! Pro
25 May 2009 08:05

vndesign

Is it possible to insert an image for calendar field like this:



rather than just (...) or text label?


Category: RSForm! Pro
21 May 2009 10:35

pamela.long

my event list is displaying with the oldest date at the top and the recent dates at the bottom of the list. please see at
http://webhead3.com/index.php/calendar/event-list/events

I want to display dates so that recent dates are at top of list.
May 2009
June 2009
and so on

how do I correct this?
Category: RSEvents!
21 May 2009 07:46

alexp

Hello,

Please submit a ticket to Tech support regarding this issue.
Category: RSEvents!
20 May 2009 09:34

pamela.long

how do I get events to display in the calendar? I have events added to the category and they display in the Event list format but not on the calendar.
Category: RSEvents!
Displaying 916 - 930 out of 1048 results.