Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

How to Add Events to iOS Calendar in Your iPhone Device

To add an event to iOS calendar we need to access calendar of the iPhone without accessing calendar we can not add events in iPhone.   For accessing iPhone calendar we have to ask for permissions first. Here permission means allo...

Easy trick to add an Event in the System Calendar using Swift 3.0

The EventKit framework allows the applications to access the calendar on iOS Devices. However, before accessing the calendar, we are required to import EventKit framework in our controller.   import EventKit   To add event...

How to get Current month name,date and year in android

This example shows how to get / Display the current month, date and year from calendar. To acomplish this I have used Calender.getInstance() method of Calender class. let's see the code example:   protected void onCreate(Bundl...

Date Picker Dialog and Time Picker Dialog in Android

Android provides Date and Time Picker dialog, user can select appropriate date and time as per his need. With DatePickerDialog we can select date, month and year using Calendar class. setMaxDate(long maxDate) and setMinDate(long minDate) meth...

How to get date of past days in java?

To get the date of the past day you can use the below code. You can pass any number of day for which you want to get date instead of 7, I'm getting date of past 7 days in the below example: /** * Get date before past 7 days * * @return...

How to get current date with start time and end time?

Sometimes we need to get current date but we need to get time with date that starts from 12 O'clock morning and sometimes ends with 12 O'clock night. To achieve this use the below code: 1- Write the below code to set time fields to start ...

Calendar (Meeting Organizer) for Mozilla Thunderbird

As many of you must've noticed, Mozilla's email client Thunderbird (unlike Outlook) doesn't come with a default Calendar Extension. So, if you want to keep a schedule, organize meetings etc. you...
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: