|
I'm building an app with a calendar element to it. I'm considering building this piece of my app with the Google Calendar APIs. The APIs are everything I could dream of for interacting between calendars owned by different Google accounts. However, the...
Started by Dinah on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Even better - Just build calendar eventing.
In no case would you have to create the OpenAuth to get permission to add and remove events .
She can also grant you permissions to access her Google calendar.
|
|
Hi Team,
I recently migrated a user on Outlook with a pop account (PST file) to Exchange (OST file). We need to import his contacts from the PST file to the new Calendar in his Exchange box.
I added the PST folder back into Outlook and did a file export...
Started by Justin on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at serverfault):
If it is then you could look at exporting just the calendar data to another PST folder file in Outlook to the mailbox in Outlook....
My first suggestion would be to open the PST file up in Outlook and check that the calendar data is present.
|
|
Hello, very nice script!
Recently I have searched for something like this, and finally here it is
Thank you!
I needed to show rooms reservations, so I changed the script a bit, and now all the rooms can be shown in a single calendar.
Here is a screenshot...
Started by Cypriano on
, 10 posts
by 5 people.
Answer Snippets (Read the full thread at ajaxavailabilitycalendar):
I need to have this implemented as I need to see multiple... .
I will try it on my calendar and see how it goes.
Actually also have a version for setting the calendar up like this and it is not dissimilar to yours this and it looks really nice.
|
Ask your Facebook Friends
|
I am a novice hacker, but I wanted to have a way to display events on the calendar only from those linked to a specific board. I dug into the Subs-Calendar.php and thought of this ugly, inelegant solution. Pass a variable via the URL , insert an IF statement...
Started by jpiazzo on
, 4 posts
by 2 people.
Answer Snippets (Read the full thread at simplemachines):
$request = $smcFunc['db_query']('', '
SELECT id_member, real_name
FROM {db....
In regards to your question...here's a simple example:
Code: [Select] // The Query.. .
Hey there! Next time you post code, it'd be appreciated if you used the [code][/code] tags .
|
|
I want to make a simple ASP.NET page that draws a months from a calendar and highlights given dates. (I'm not looking for a date picker.) What I have is a list of DateTime values and I need to display them a a nice way.
Given that I'm a total beginner...
Started by BCS on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
<asp:Calendar id = "objCalendar....
I did something similar in a DB.
A client side option would be the jQuery calendar plugin
You can do this with the standard Calendar Control and use the DayRender event to format the individual days.
|
|
I'm building a group calendar application that needs to support recurring events, but all the solutions I've come up with to handle these events seem like a hack. I can limit how far ahead one can look, and then generate all the events at once. Or I can...
Started by Clinton R. Nixon on
, 12 posts
by 12 people.
Answer Snippets (Read the full thread at stackoverflow):
They are dynamically displayed in the calendar and link back to a single period never been looked at before....
To come to mind quickly are the Mozilla projects http://www.mozilla.org/projects/calendar/ A quick for all future recurring events.
|
|
I'm in the process of creating a blog for somebody. They want to pull in a lot of data and integrate it quite tightly into the design, so standard widgets are a no-no. That's been fine until now.
They have a public access Google Calendar with various ...
Started by Oli on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Another option is to use the Zend Google Calendar library, it is a separate part of the zend.
|
|
I'm looking to find a decent calendar control for an ASP.Net application that allows each day to have an "ItemTemplate" type of declaration so that I can list things that are happening within each day. Something like the Club Starter Kit, only more robust...
Started by Jared on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Maybe this one would do the work for you
Click
Maybe you will like my hack:
http with the calendar control out of the Club Starter Kit ( http://clubstarterkit.codeplex.com/ ) as the updated.
|
|
How come there are a lack of Controls for ASP.NET MVC?
Sure it hasn't been around that long but one would think that a GridView, Calendar and other important controls would be included or at least in seperate packages.
However, I've failed to find any...
Started by Filip Ekberg on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
I'd recommend JQuery/JQuery UI, but....
There are numerous frameworks available for complex reusable controls.
Since ASP.NET MVC doesn't have the same client/server abstraction as regular ASP.NET, you use regular client-side controls (ie HTML/Javascript) .
|
|
Hi there! I'm using the latest WPF toolkit , specifically the DatePicker . Everything works fine, but when no value is provided, the default 'SHOW CALENDAR' text appears in the DatePickerTextBox. I want to be able to change this value in WPF.
One told...
Started by PaN1C_Showt1Me on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
That means, this is the only hack I made up, although there occurs, the control reverts to displaying the "Show Calendar" watermark..
Readonly for some unknown reason.
|