Displaying 20 results from an estimated 10000 matches similar to: "Google Calendar Date Range Selection"
2007 Oct 29
0
Google Gadget built with prototype
Greetings Everyone,
I have created a new Google Gadget, this gadget
combines three awesome services by Google, Gadget, Ajax Web Search
and Custom Search Engine. All glued together with very well designed
javascript classes built with prototypejs. The gadget is flexible in
its settings to allow any CSE or site restriction but with a few
customizations could be repurposed
2011 Jan 23
0
Google Calendar - calendar image
I have already created the basic functions of the google calendar.
However, I can''t see the calendar itself. How will I get that? Do i
have to create my own calendar and just attached the api of the google
calendar? or what? I am really puzzled. I hope someone could help me
with this.
Thanks
--
You received this message because you are subscribed to the Google Groups "Ruby on
2012 Mar 20
0
Google calendar is not working properly with gcal4ruby (0.2.6)
I''m using
Rails - 2.2.2
gcal4ruby (0.2.6)
I''m using google calendar to display events for users in my website.
Till 18-march-2012 everything was working fine. But now whenever user
add events to the calendar it show only busy in the calendar.
My code is
def add_event
user_id = current_user.id
service = GCal4Ruby::Service.new
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
2006 Feb 27
0
RE: FW: Calendar widget
Perfect, thanks Marco, great help! Now, why didn''t I think of that? Lol!
-----Original Message-----
From: Marco M. Jaeger [mailto:mail-yVS5avHIROZWk0Htik3J/w@public.gmane.org]
Sent: Monday, February 27, 2006 2:02 PM
To: ''www.dhtmlgoodies.com''
Subject: RE: FW: [Rails-spinoffs] Calendar widget
Thank you Alf - I appreciate your fast response
Marco M. Jaeger | Url:
2013 Feb 23
1
Google Calendar issue
hello,
I'm trying to connect Asterisk to Google Calendar.
The connection work fine but Asterisk don't retrieve any programmed
event present on the calendar.
Asterisk version 1.8.20.1
Any hint?
Thank you
- Bakko
2007 Sep 04
0
Saving State in Ajax Applications
Greetings Everyone,
I had posted about a method for handling the back and
forward buttons for your ajax applications. I have completed a
working prototype for the other half of the history coin, enabling the
bookmark. The basic premise falls in line with many other approaches,
stashing JSON notation in the URL after a # hash symbol. The
difference is that this approach complies
2007 Jan 11
0
Hi all, Calendar javascript component
Hi all, we''re working on a new website based on rails 1.1.6. Since
we''re new comer to rails and the project schedule only 2 months, we''re
trying to find some resuable UI components. Is there any calendar
components just like google calendar on rails ? Thanks a lot. : )
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are
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
2008 May 22
0
Getting the datetime when using Calendar Date Select plugin in an Ajax update operation.
Hey,everyone,
I encountered a problem when getting a date through calendar date
select plugin. It''s convenient to put the very
tag(calendar_date_select_tag) in a form, then get the date when the
form is submitted, however, if I don''t put the
calendar_date_select_tag in a form, and just use it as an element
which can show a calendar on the page, now I wanna update a specific
area
2006 Oct 19
0
[691] trunk/wxruby2/samples/calendar/calendar.rb: Placed controls within a panel so they appear on the correct themed background
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2020 Aug 29
0
[centos/centos.org] branch master updated: Backported https://github.com/CentOS/Calendar/pull/39/files for calendar rendering
This is an automated email from the git hooks/post-receive script.
arrfab pushed a commit to branch master
in repository centos/centos.org.
The following commit(s) were added to refs/heads/master by this push:
new b881fc0 Backported https://github.com/CentOS/Calendar/pull/39/files for calendar rendering
b881fc0 is described below
commit b881fc0319f0e5b596955ab4ba8e05421384841d
Author:
2007 Feb 12
0
[864] trunk/wxruby2/samples/calendar/calendar.rb: Fix a couple of errors, add a note on CalendarDateAttr
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2007 May 31
0
[1041] trunk/wxruby2/samples/calendar/calendar.rb: Remove deprecated call to set_best_fitting_size
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" /><style type="text/css"><!--
#msg dl { border: 1px #006 solid; background: #369; padding:
2014 May 15
1
Asterisk 1.8 and calendar intergration
Hi
I'm using asterisk 1.8.25.0 on CentOS 6.
I have compiled it with all the calendar modules:
*CLI> module show like calendar
Module Description Use
Count
res_calendar.so Asterisk Calendar integration 4
res_calendar_ews.so Asterisk MS Exchange Web Service Calenda 0
res_calendar_caldav.so
2006 Jan 20
13
Calendar date picker for use with rails.
Howdy folks,
As I was putting together a rough form for a rails app, I got to
thinking how much smoother (in my siytuation) a little calendar widget
would be than the default date picker selects.
Does anyone know if such a thing exists ?
I suspect it would have to be somewhat designed with rails in mind to
populate the right kind of post params for convenient use at the
controller end.
2011 Mar 14
0
Problems with viewing my calendar
Hey dudes,
i''m trying to build a small calendar into my app. I follow the steps
shown in http://railscasts.com/episodes/213-calendars, so i go with the
table_builder gem, which allows to use the calendar_for command. But
unfortunately it doesnt work or rather show the results in my
view-template. I even got no error-message.
It only shows this: (twice!!?!)
Calendar
< March 2011 >
2019 Oct 01
0
Centos 8: Multiple bugs with email/calendar
On Tue, 1 Oct 2019 at 03:40, Georgios <gpdsbe+centos at mailbox.org> wrote:
>
> Hi there!
> I recently installed centos 8 on my laptop.
>
> I have the following problems
>
> 1. I tried the use the default evolution 3.28.
> The problem with 3.28 is that when i try to create an event i get the error
> "Failed to create an event in the calendar ?CalDAV :
2012 Apr 30
2
Calendar Integration Problem
Hiii all,
I am using asterisk 1.8.9.2 and compile all modules related to calendar.
neon version is 0.29.6. OS is ubuntu 11.10.
I configured ical for zimbra, caldav for google mail and ews for exchange
2010 calendar.
ical and caldav setup working fine and i am getting my calendar events
perfectly. But for exchange 2010 calendar i am getting following error.
"Unable to communicate with
2019 Nov 11
0
[centos/centos.org] branch master updated: Update meeting schedule as per https://github.com/CentOS/Calendar/pull/29
This is an automated email from the git hooks/post-receive script.
unknown user pushed a commit to branch master
in repository centos/centos.org.
The following commit(s) were added to refs/heads/master by this push:
new 63acd8a Update meeting schedule as per https://github.com/CentOS/Calendar/pull/29
63acd8a is described below
commit 63acd8a84cfba79a1fd665b12d250f27e8f86a8e
Author: rbowen