|
Do you know any DateTimePickers for calendars other than the Gregorian calendar?
Started by Parsa on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Can you be more specific as to which type of Calendar you are interested in?
There is a Farsi calendar control available on code project: http://www.codeproject.com/KB/selection/FarsiLibrary.aspx.
|
|
This is a follow up question (and possibly should have been asked before it) to this question: Subclasses of java.util.Calendar .
I'm internationalising a large Java app that uses dates fairly regularly since a lot of the data has dates associated with...
Started by Ed on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Second, I believe the Gregorian calendar is used for international business and the Islamic calendar is used for purposes of religious holidays & ceremonies; depending on the country, the....
First, concerning dates use Joda time if you can.
|
|
I have my work exchange account synced with my iPhone 3G. The problem is that I do not see the calendars that are shared with me (i.e. My boss's). Is there a way to fix this?
Started by Jesse on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
You might be able to use iTunes ....
ActiveSync for those tools.
ActiveSync only allows access to the primary account's Calendar(s)...
There used to be an app called iExchange Calendar%5Fwm.php ).
That's a limitation of the iPhone currently.
|
Ask your Facebook Friends
|
I am trying to show events from a calendar in the main site to a calendar in a sub-site of the main site (or vice-versa)...I can't alter any server files or use custom-built web parts...is there anyway to do this w/ OOTB moss 2007?
Answer Snippets (Read the full thread at stackoverflow):
There is no way to "copy" or deisgnate specific calendar items to be visible in specific ....
Disdplay them in a "new" calendar will be a lot of work though.
The entire site collection for calendar items, then display them in a list.
|
|
The only thing preventing me from moving over to Ubuntu completely is my iPhone.
I'd happily consider switching to an Android phone if it had proper sync support in ubuntu.
I'd like to sync
contacts (Google contacts) calendars (Google calendar) music ...
Started by Dafydd Rees on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
UPDATE:
Ditching....
Syncing music might be as simply as copying files to the Android device .
Android already syncs w/ all google services using the data connection on your device .
Are you getting a new phone because the iPhone is definitely not running Android .
|
|
I'm hoping to use a custom richfaces skin to handle the bulk of my presentation work. Unfortunately richfaces renders borders around every cell in a calendar component and around each panel. I would like to turn them off so that day numbers site in an...
Started by Simon Gibbs on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
In the richfaces-impl jar, the folder /META-INF/skins....
You can create your own skin file to use in your application( jboss documentation ) .
Skinnability is a high-level extension of standard CSS.
RichFaces has a skin system built in called Skinnablity.
|
|
I am trying to share (with full permissions) calendars across two different exchange servers in two locations. So here is the setup:
1 x Exchange 2007 (location 1)
1 x Exchange 2003 (location 2)
Different versions of Outlook (ie Outlook 2003/7)
Localised...
Started by Harvy on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at serverfault):
As setting all this up.
So we went via the third party HTTP option Outlooks had access to a joint calendar, with the appropriate permissions.
Was to share a few calendars between the two organisations.
|
|
I was at kmart tonight and found kmart calendars in the front of the store where the ads are. They have different coupons for each month.
Started by mcstief on
, 12 posts
by 9 people.
Answer Snippets (Read the full thread at afullcup):
Thanks!! Calendars....
Also helpful stickers in it to put on the calendar like when you have your bills due and things like anymore Attached Images Thank you! Do you pay for these calendars or are they free? I've never seen them before.
|
|
I would like to setup an open source solution for calendaring in a medium sized enterprise. We would be using this from thunderbird (lightning add-on), Microsoft outlook. I want to see others' free/busy schedule, invite them to meetings etc.
It would ...
Started by mmh on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Google Calendar....
I'd second Google Calendar - it's free, easy to set up and allows free SMS notifications of meetings of messages.
The best thing is that you need no setup.
If it's exactly what you need, but I like Google Calendar.
|
|
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) .
|