Skip to content

Instantly share code, notes, and snippets.

View MathOliveira's full-sized avatar

Matheus Sant"Anna de Oliveira MathOliveira

  • SIM Rede de Postos
  • Rio Grande do Sul, Brasil
View GitHub Profile
@Silambarasann
Silambarasann / Email request with calendar integration
Created December 26, 2014 13:51
Sending Email request with calendar integration using Java
/**
* method to send mail request along with calendar intergration for interview
* @author simbu
* @param emails
* @param string
* @param subject
* @throws Exception
*/
public static void eventRequest(List<String> emails, String string, String subject) throws Exception {
final MimetypesFileTypeMap mimetypes = (MimetypesFileTypeMap) MimetypesFileTypeMap.getDefaultFileTypeMap();