Displaying 20 results from an estimated 90000 matches similar to: "Calendar Helper Previous and Next features"
2007 Aug 14
12
ruby on rails web calendar
Does anyone know of a good web calendar that you can use to display
appointments, dates, anniversaries, birthdays, recurring appointments,
appointments spanning multiple days?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2018 Oct 21
4
AW: AW: Calendar function ?
I need the possibilities to Sync the calender with diffrent Clients like Outlook, LotusNotes, Android, and Iphone Devices.
-----Urspr?ngliche Nachricht-----
Von: dovecot <dovecot-bounces at dovecot.org> Im Auftrag von Marcus Rueckert
Gesendet: Sonntag, 21. Oktober 2018 15:28
An: dovecot at dovecot.org
Betreff: Re: AW: Calendar function ?
If you just need syncing without a fancy webclient:
2008 Dec 20
5
Calendar icon for date selection functionality
Hello.
I would like to add date selection functionality using a calendar
icon. Is there a tutorial anywhere I could use?
Thanks in advance.
Pepe
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To post to this group, send email to
2018 Oct 21
4
Calendar function ?
Hello
I running no long time with me Email System Postfix/Dovecot/mysql and i'am
whery happy
the feature to synchroize Calendar, or view the calender entry from me
workpartner i will miss
this feature, how do you handle this ? isn't possible to insert this to
Dovecot or Postfix?
Are this question out of topic ? or how do you implement this in our
envirement ?
Regards
Mauri
2008 Jan 16
4
Calendar in Rails
HI All,
Please can anyone tell me whether there is a rails plugin/app that
allows creation of a calendar that can render events. I am not talking
about a calendar date picker of which there are several, but something
more along the lines of http://www.backpackit.com/calendar where an
html/css calendar can be rendered with dates highlighted.
Many thanks
Anthony
2013 Apr 25
1
Asterisk Calendar integration suggestions
Hello all,
I am looking into building a calendar server (due to business
requierments I can not use public hosted calender like Google), and am
looking for suggestions based on experience with different calendar
applications/servers available for Linux that you have integrated with
Asterisk. If you can give a quick, simple list of what worked and what
didn't I would be very grateful.
2008 Mar 13
2
Google Calendar
Anyone aware of good calendar library in Ruby? I need to design a
calendar similar to Google calendar. The idea is to have ability to add
recurring or even infinite events as it is possible in Google calendar.
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby on
2018 Oct 21
0
Calendar function ?
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
</head>
<body>
<div>
<br>
</div>
<blockquote type="cite">
<div>
On 21 October 2018 at 13:29
<a href="mailto:mca@caloro.ch">mca@caloro.ch</a> wrote:
</div>
<div>
<br>
</div>
2018 Oct 21
0
Calendar function ?
Le 10/21/18 ? 12:29, mca at caloro.ch a ?crit?:
>
> Hello
>
> ?
>
> I running no long time with me Email System Postfix/Dovecot/mysql and
> i?am whery happy
>
> the feature to synchroize Calendar, or view the calender entry from me
> workpartner i will miss
>
> ?
>
> this feature, how do you handle this?? isn?t possible to insert this
> to Dovecot or
2018 Oct 22
2
Calendar function ?
??? We use sabredav for caldav+cardav and roundcube+agendav for nice
web ui :)
??? Regards
El 21/10/18 a las 15:04, Erwan David escribi?:
> Le 10/21/18 ? 12:29, mca at caloro.ch a ?crit?:
>>
>> Hello
>>
>> I running no long time with me Email System Postfix/Dovecot/mysql and
>> i?am whery happy
>>
>> the feature to synchroize Calendar, or view the
2018 Oct 21
0
AW: AW: Calendar function ?
On 2018-10-21 13:51, mca at caloro.ch wrote:
> I need the possibilities to Sync the calender with diffrent Clients
> like Outlook, LotusNotes, Android, and Iphone Devices.
Well carddav/caldav can do that. For outlook there is a plugin. for
android you can use davdroid. iphone I dont know. might even be
supported out of the box?
lotus notes really no idea.
--
openSUSE - SUSE
2006 Aug 30
3
Dhtml Calendar Engine undefined method popup_calendar
Hi,
I''m trying to use the above engine following the installation here http://dry.4thebusiness.com/DhtmlCalendar.html . The only exception to the install is I downloaded and unzipped the install into the plugins directory from Ruby Forge http://rubyforge.org/projects/dhtmlcalendar/
I''m using Instant Rails and Rails V1.1.6., The engine plugin is also installed
The engine
2007 May 01
3
ActiveRecord Previous/Next Record
Does ActiveRecord offer a simple solution to get previous/next records
relative to a certain record? For instance, say I have this table:
PEOPLE
id | name
1 | john
2 | mary
3 | bob
Using p = Person.find(2), is it possible to get the previous (john)
and next (bob) records using perhaps something like p.previous and
p.next? If not, how can I do this without resorting to ugly queries?
Thanks in
2008 Feb 25
6
Event Calendar/Scheduler Implementation
Hi there.
I am a RoR newbie and come from the Java/C# perspective. After digging
into Rails I would like to convert an ASP.NET project -that served as
a protoype- to RoR.
The only thing that I havenĀ“t got a good solution for is handling
calendar events. With that I specifically mean creating, moving an
event or a set of events as well as recurrence handling - similar to
Google Calendar if you
2009 Jan 18
3
ActionMailer and url_for in helper methods
Hi,
I was wondering how to get url_for to work inside ActionMailer. I did
research on the web but I can''t seem to find something that fits what I
need.
In my application, each user can specify their custom domain to access
their. I have an ActionMailer that sends them notifications of changes
that occur. In there, I have a breadcrumbs helper method, which
generages something like:
2007 Jul 20
4
the value in text_field helper
I have been working on this small, minute, part on my project and it all
hinges on setting the value in a text_field helper. Saying:
<%= text_field ''user'', ''company'', :value => @login %>
does not do it. When I go and look at the raw html, there is no value
there and "value" is an attribute of the input tag, im pretty sure. I
really like
2007 Oct 06
4
Passing ERB block to helper
I''m trying to pass an ERB block to a helper, and I''m not able to achieve
the results I want. The helper should take the block and incorporate it
into some other text & html, before finally outputing it back to the ERB
template.
Here''s what I want:
--helper--
def helper (a, b)
yld = yield
out = --some function of a, b, and yld--
out
end
--ERB--
<%
2006 Jul 25
8
Calender Script?
I have been trying to get one of the calender javascripts to work with
the <%= form.text_field. So when the user pick the date it updates the
time fields? (like in normal reservation system where you pick up the
date and time from the calender and when user pick the selection it
updates the field) but I could not get this to work.
Does anyone have got something similar to work? or could
2006 Mar 31
0
Calendar helper adjust
Hi,
I''m new on RoR and I have an issue with the dynarch calendar.
I''ve read and followed Michael Schuerig''s tuto about setting up a calendar
helper with the dynarch calendar but can''t make it work.
Can I render the calendar inside a partial?
I need a flat calendar (no activating button) which renders inside a
partial.
I''d appreciate
2006 Oct 28
2
onchange="document.forms[0].submit()" - how to CANCEL
Goal: I want to auto-send a form whenever any field changes. The page
will be updated "via Ajax", so standard submission is cancelled.
Idea: Add onchange="document.forms[0].submit();" to every field
Problem: Can not cancel form submission. Browser redirects to "results"
page, which is of course JavaScript meant to dynamically update the
page.
RHTML snippet: