|
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 format such as .csv which you....
My first suggestion would be to open the PST file up in Outlook and check that the calendar data is present.
|
|
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.
|
|
Yahoo has switched all calendars over to the "new" yahoo calendar. Google's directions for importing yahoo cal to google cal no longer apply as yahoo has omitted "export" as an option. The "subscribe to" option in ya
Started by depfrz on
, 11 posts
by 8 people.
Answer Snippets (Read the full thread at google):
The....
Slim In Yahoo calendar, you have to click on Share and then on "Others Ways to Share".
I am also trying to figure out how to import the new yahoo calendar into google, I have not been able to get a strait forward solutions.
|
Ask your Facebook Friends
|
I dont think you are allowed to create your own calendar on an app, since historically they get rejected with 'Duplicates functionality of iPhone OS' message.
So, can you import the users calendar and display it?
And if so, can someone post a link to ...
Started by Sam Jarman on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
There is currently no API in the iPhone SDK that allows insertion of viewing of calendar information
Apple doesn't allow access to the calendar, similar to how there is no way to access the SMS.
|
|
In my database, there are some days with data and some without; I have one column with data, and another column with the date and time submitted. So I want to create this calendar. So it will show all the days in the month, and then the days with data...
Started by Doug on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
() (which is called for each cell on the calendar, with it's first parameter telling you what sort of day it is (not in month, has events, eventless) and rewrite calendar_week() which is called.
|
|
I use Google Apps for my calendar, and display my girlfriends gmail calendar into mine by using the "Private Address" ICal link from her calendar settings. That makes it possible for me to see all of her calendar (that is not marked private).
Now I want...
Started by Kjensen on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Make sure your domain-settings allow sharing Turns out, there is a domain-wide setting... .
In the calendar in Google Apps, if you go to Settings -> Share this calendar -> Share to actually show all the data about the events.
|
|
I am having to build a web app that has an event calendar section. Like in Outlook, the requirement is that users can set up recurrent events, and can move individual events around within a series of events.
What methods could one use to store (in a database...
Started by alphadogg on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
If you want to publish the events at some point, you will have a hard time avoiding iCal anyway, so you could just as well do it in a compatible way from the... .
Have a look at how the iCal format deals with recurrence patterns and recurrence exceptions .
|
|
Hi
I have some questions regarding calendars
Is there any good calendar generates for either asp.net mvc or jquery. I would like to find something that can make calendars and have features like this.
Generates all the months (but of course only features...
Started by chobo2 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
In response to chobo2's comment....
As for the calendar to you.
As for a .NET library to handle calendar, but it works (I use it myself for a site that I project iCalendar entries from).
It's tedious, but shouldn't be overly difficult.
Events.
|
|
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):
Disdplay them in a "new" calendar will be a lot of....
Designer to create a so-called aggregation webpart, pulling data from all sites in the site collection the entire site collection for calendar items, then display them in a list.
|
|
We are looking at updating (rewriting) our system which stores information about when people can reserve rooms etc. during the day. Right now we store the start and time and the date the room is available in one table, and in another we store the individual...
Started by Kevin on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
I found this book to be inspiring and a must-read for any kind of database involving time management/constraints:
Developing Time-Oriented Database Applications in SQL
( Added by editor : the book is available online, via the Richard Snodgrass 's home... .
|